Make WordPress Core


Ignore:
Timestamp:
10/31/2024 04:07:09 AM (7 months ago)
Author:
kevin940726
Message:

Editor: Update packages for 6.7 RC 3

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

Props kevin940726, ramonopoly, andrewserong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/latest-posts.php

    r58187 r59330  
    124124            $author_display_name = get_the_author_meta( 'display_name', $post->post_author );
    125125
    126             /* translators: byline. %s: current author. */
     126            /* translators: byline. %s: author. */
    127127            $byline = sprintf( __( 'by %s' ), $author_display_name );
    128128
Note: See TracChangeset for help on using the changeset viewer.