diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/customize/class-wp-customize-header-image-control.php --- a/wp/wp-includes/customize/class-wp-customize-header-image-control.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-header-image-control.php Fri Sep 05 18:52:52 2025 +0200 @@ -212,23 +212,23 @@

%s × %s', $width, $height ) ); } elseif ( $width ) { printf( /* translators: %s: Header width in pixels. */ - __( 'Click “Add New Image” to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), + __( 'Click “Add Image” to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), sprintf( '%s', $width ) ); } else { printf( /* translators: %s: Header height in pixels. */ - __( 'Click “Add New Image” to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), + __( 'Click “Add Image” to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), sprintf( '%s', $height ) ); } @@ -246,7 +246,7 @@

- +