diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index 50ae65f744..e083ae8556 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -164,7 +164,7 @@ function wp_print_media_templates() { $alt_text_description = sprintf( /* translators: 1: link start tag, 2: accessibility text, 3: link end tag */ - __( 'Describe %1$sthe purpose of the image%2$s%3$s. Leave empty if the image is purely decorative.' ), + __( '%1$sDescribe the purpose of the image%2$s%3$s. Leave empty if the image is purely decorative.' ), '', sprintf( ' %s', diff --git a/tests/qunit/index.html b/tests/qunit/index.html index a6a1aacb71..f59adb3c3c 100644 --- a/tests/qunit/index.html +++ b/tests/qunit/index.html @@ -1153,7 +1153,7 @@ Alternative Text -

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

+

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

<# } #> -

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

+

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

<# } #> -

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

+

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

-

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.

+

Describe the purpose of the image (opens in a new tab). Leave empty if the image is purely decorative.