Changeset 21252
- Timestamp:
- 07/09/2012 07:48:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/nav-menu-template.php
r20513 r21252 66 66 */ 67 67 function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { 68 global $wp_query;69 68 $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; 70 69
Note: See TracChangeset
for help on using the changeset viewer.