Changeset 45932 for trunk/src/wp-content/themes/twentyfourteen/author.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/author.php
r45609 r45932 29 29 the_post(); 30 30 31 /* translators: %s: author display name*/31 /* translators: %s: Author display name. */ 32 32 printf( __( 'All posts by %s', 'twentyfourteen' ), get_the_author() ); 33 33 ?>
Note: See TracChangeset
for help on using the changeset viewer.