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