Changeset 36081
- Timestamp:
- 12/24/2015 12:20:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r35382 r36081 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
Note: See TracChangeset
for help on using the changeset viewer.