Changeset 36082
- Timestamp:
- 12/24/2015 12:25:06 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/nav-menu-template.php
r35382 r36082 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.