Changeset 34321
- Timestamp:
- 09/19/2015 11:39:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r33775 r34321 186 186 */ 187 187 public function end_el( &$output, $item, $depth = 0, $args = array() ) { 188 $output .= "</li>\n";188 $output .= '</li>'; 189 189 } 190 190
Note: See TracChangeset
for help on using the changeset viewer.