@@ -92,7 +92,7 @@ |
||
| 92 | 92 | * @param string $page_title The title of the page. |
| 93 | 93 | * @param text $page_content The content of the page. |
| 94 | 94 | * @param string|null $custom_slug A custom slug, if not provided the page title is slugified. |
| 95 | - * @return void The page is saved. |
|
| 95 | + * @return boolean The page is saved. |
|
| 96 | 96 | **/ |
| 97 | 97 | public function addPage($page_title, $page_content, $custom_slug = null) |
| 98 | 98 | { |