Changeset 32892 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 06/20/2015 07:49:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r32727 r32892 1419 1419 1420 1420 if ( '' === $page->post_title ) { 1421 /* translators: %d: ID of a post */ 1421 1422 $page->post_title = sprintf( __( '#%d (no title)' ), $page->ID ); 1422 1423 } … … 1509 1510 $title = $page->post_title; 1510 1511 if ( '' === $title ) { 1512 /* translators: %d: ID of a post */ 1511 1513 $title = sprintf( __( '#%d (no title)' ), $page->ID ); 1512 1514 }
Note: See TracChangeset
for help on using the changeset viewer.