Changeset 25868 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 10/22/2013 05:21:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r25643 r25868 148 148 $item_output = $args->before; 149 149 $item_output .= '<a'. $attributes .'>'; 150 / /duplicate_hook150 /** This filter is documented in wp-includes/post-template.php */ 151 151 $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after; 152 152 $item_output .= '</a>';
Note: See TracChangeset
for help on using the changeset viewer.