Changeset 25868 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 10/22/2013 05:21:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r25741 r25868 309 309 $title = $item->label; 310 310 } elseif ( isset( $item->post_type ) ) { 311 / /duplicate_hook311 /** This filter is documented in wp-includes/post-template.php */ 312 312 $title = apply_filters( 'the_title', $item->post_title, $item->ID ); 313 313 if ( ! empty( $item->front_or_home ) && _x( 'Home', 'nav menu home label' ) !== $title )
Note: See TracChangeset
for help on using the changeset viewer.