@@ -80,14 +80,14 @@ |
||
| 80 | 80 | */ |
| 81 | 81 | final class Offcanvas_Walker extends Walker_Nav_Menu |
| 82 | 82 | { |
| 83 | - /** |
|
| 84 | - * @param $element |
|
| 85 | - * @param $children_elements |
|
| 86 | - * @param $max_depth |
|
| 87 | - * @param $depth |
|
| 88 | - * @param $args |
|
| 89 | - * @param $output |
|
| 90 | - */ |
|
| 83 | + /** |
|
| 84 | + * @param $element |
|
| 85 | + * @param $children_elements |
|
| 86 | + * @param $max_depth |
|
| 87 | + * @param $depth |
|
| 88 | + * @param $args |
|
| 89 | + * @param $output |
|
| 90 | + */ |
|
| 91 | 91 | public function display_element($element, &$children_elements, $max_depth, $depth = 0, $args, &$output) |
| 92 | 92 | { |
| 93 | 93 | $element->has_children = !empty($children_elements[$element->ID]); |
@@ -56,8 +56,8 @@ |
||
| 56 | 56 | <h2 class="screen-reader-text"><?php esc_html_e('Comment navigation', 'podium');?></h2> |
| 57 | 57 | <div class="nav-links"> |
| 58 | 58 | <div class="nav-previous"><?php previous_comments_link( |
| 59 | - esc_html__('Older Comments', 'podium') |
|
| 60 | - );?></div> |
|
| 59 | + esc_html__('Older Comments', 'podium') |
|
| 60 | + );?></div> |
|
| 61 | 61 | <div |
| 62 | 62 | class="nav-next"><?php next_comments_link(esc_html__('Newer Comments', 'podium'));?></div> |
| 63 | 63 | |