- Timestamp:
- 07/20/2024 10:55:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r55276 r58771 98 98 if ( is_singular() || is_multi_author() ) { 99 99 printf( 100 '<span class="byline"><span class=" author vcard"><span class="screen-reader-text">%1$s </span><a class="url fn n" href="%2$s">%3$s</a></span></span>',100 '<span class="byline"><span class="screen-reader-text">%1$s </span><span class="author vcard"><a class="url fn n" href="%2$s">%3$s</a></span></span>', 101 101 /* translators: Hidden accessibility text. */ 102 102 _x( 'Author', 'Used before post author name.', 'twentyfifteen' ),
Note: See TracChangeset
for help on using the changeset viewer.