Changeset 47122 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php
r46828 r47122 67 67 68 68 if ( '' === $page->post_title ) { 69 /* translators: %d: ID of a post */69 /* translators: %d: ID of a post. */ 70 70 $page->post_title = sprintf( __( '#%d (no title)', 'twentytwenty' ), $page->ID ); 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.