~canonical-sysadmins/wordpress/4.4.2

« back to all changes in this revision

Viewing changes to wp-includes/nav-menu-template.php

  • Committer: Barry Price
  • Date: 2016-01-07 06:09:42 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: barry.price@canonical.com-20160107060942-1ghv2tqiwm8z0j36
Merge WP4.4.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
         * @param array  $args   An array of arguments. @see wp_nav_menu()
212
212
         */
213
213
        public function end_el( &$output, $item, $depth = 0, $args = array() ) {
214
 
                $output .= '</li>';
 
214
                $output .= "</li>\n";
215
215
        }
216
216
 
217
217
} // Walker_Nav_Menu