Make WordPress Core


Ignore:
Timestamp:
10/31/2024 10:13:51 PM (6 months ago)
Author:
peterwilsoncc
Message:

Editor: Update packages for 6.7 RC 3

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Reviewed by andrewserong.
Merges [59330] to the 6.7 branch.

Props kevin940726, ramonopoly, andrewserong.
See #62321.

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  
    6363                $author = $author->get_name();
    6464                $author = '<span class="wp-block-rss__item-author">' . sprintf(
    65                     /* translators: %s: the author. */
     65                    /* translators: byline. %s: author. */
    6666                    __( 'by %s' ),
    6767                    esc_html( strip_tags( $author ) )
Note: See TracChangeset for help on using the changeset viewer.