Changeset 32892 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 06/20/2015 07:49:43 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r32764 r32892 703 703 704 704 if ( '' === $original_title ) { 705 /* translators: %d: ID of a post */ 705 706 $original_title = sprintf( __( '#%d (no title)' ), $original_object->ID ); 706 707 } … … 765 766 $menu_item->type_label = $object->labels->singular_name; 766 767 767 if ( '' === $menu_item->post_title ) 768 if ( '' === $menu_item->post_title ) { 769 /* translators: %d: ID of a post */ 768 770 $menu_item->post_title = sprintf( __( '#%d (no title)' ), $menu_item->ID ); 771 } 769 772 770 773 $menu_item->title = $menu_item->post_title;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)