Changeset 28330 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 05/06/2014 09:32:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r27386 r28330 81 81 function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { 82 82 $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; 83 84 $class_names = '';85 83 86 84 $classes = empty( $item->classes ) ? array() : (array) $item->classes;
Note: See TracChangeset
for help on using the changeset viewer.