Make WordPress Core


Ignore:
Timestamp:
04/09/2024 11:08:26 AM (8 months ago)
Author:
johnbillion
Message:

Editor: Update npm packages for the 6.4 branch.

Updates the editor npm packages to the latest patch versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4/src/wp-includes/blocks/avatar.php

    r56710 r57951  
    5050            if ( '_blank' === $attributes['linkTarget'] ) {
    5151                // translators: %s is the Author name.
    52                 $label = 'aria-label="' . sprintf( esc_attr__( '(%s author archive, opens in a new tab)' ), $author_name ) . '"';
     52                $label = 'aria-label="' . esc_attr( sprintf( __( '(%s author archive, opens in a new tab)' ), $author_name ) ) . '"';
    5353            }
    5454            // translators: %1$s: Author archive link. %2$s: Link target. %3$s Aria label. %4$s Avatar image.
     
    7777        if ( '_blank' === $attributes['linkTarget'] ) {
    7878            // translators: %s is the Comment Author name.
    79             $label = 'aria-label="' . sprintf( esc_attr__( '(%s website link, opens in a new tab)' ), $comment->comment_author ) . '"';
     79            $label = 'aria-label="' . esc_attr( sprintf( __( '(%s website link, opens in a new tab)' ), $comment->comment_author ) ) . '"';
    8080        }
    8181        // translators: %1$s: Comment Author website link. %2$s: Link target. %3$s Aria label. %4$s Avatar image.
Note: See TracChangeset for help on using the changeset viewer.