mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
I18N: Use consistent pattern for placeholder references in a translator comment in media_upload_max_image_resize()
.
See #43523. Built from https://develop.svn.wordpress.org/trunk@42984 git-svn-id: http://core.svn.wordpress.org/trunk@42813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3957635dfb
commit
acd3f4cb10
@ -2872,7 +2872,7 @@ function media_upload_max_image_resize() {
|
||||
<p class="hide-if-no-js"><label>
|
||||
<input name="image_resize" type="checkbox" id="image_resize" value="true"<?php echo $checked; ?> />
|
||||
<?php
|
||||
/* translators: %1$s is link start tag, %2$s is link end tag, %3$d is width, %4$d is height*/
|
||||
/* translators: 1: link start tag, 2: link end tag, 3: width, 4: height */
|
||||
printf( __( 'Scale images to match the large size selected in %1$simage options%2$s (%3$d × %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) );
|
||||
?>
|
||||
</label></p>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42983';
|
||||
$wp_version = '5.0-alpha-42984';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user