Changeset 59332 for branches/6.7/src/wp-includes/blocks/rss.php
- Timestamp:
- 10/31/2024 10:13:51 PM (6 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-includes/blocks/rss.php
r58187 r59332 63 63 $author = $author->get_name(); 64 64 $author = '<span class="wp-block-rss__item-author">' . sprintf( 65 /* translators: %s: theauthor. */65 /* translators: byline. %s: author. */ 66 66 __( 'by %s' ), 67 67 esc_html( strip_tags( $author ) )
Note: See TracChangeset
for help on using the changeset viewer.