Completed
Push — master ( b7be21...28b655 )
by Amit
03:30 queued 10s
created
inc/menu-walkers.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -80,14 +80,14 @@
 block discarded – undo
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]);
Please login to merge, or discard this patch.
comments.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.