@@ -14,11 +14,11 @@ |
||
14 | 14 | <div class="entry-content"> |
15 | 15 | <?php the_content(); ?> |
16 | 16 | <?php |
17 | - wp_link_pages(array( |
|
18 | - 'before' => '<div class="page-links">'.__('Pages:', 'stash'), |
|
19 | - 'after' => '</div>', |
|
20 | - )); |
|
21 | - ?> |
|
17 | + wp_link_pages(array( |
|
18 | + 'before' => '<div class="page-links">'.__('Pages:', 'stash'), |
|
19 | + 'after' => '</div>', |
|
20 | + )); |
|
21 | + ?> |
|
22 | 22 | </div><!-- .entry-content --> |
23 | 23 | |
24 | 24 | <footer class="entry-footer"> |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | /** |
35 | 35 | * Set all pages from within the functions.php->setControllers() |
36 | 36 | * |
37 | - * @param $pages |
|
37 | + * @param string[] $pages |
|
38 | 38 | */ |
39 | 39 | public function setPages($pages) |
40 | 40 | { |
@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | /** |
106 | 106 | * Return name of the body class |
107 | 107 | * |
108 | - * @return bool|string |
|
108 | + * @return string|false |
|
109 | 109 | */ |
110 | 110 | public function getClass() |
111 | 111 | { |