I18N: Merge duplicate "Original" strings used in the same context (referring to image size).
Props mukesh27. Fixes #47486. Built from https://develop.svn.wordpress.org/trunk@45494 git-svn-id: http://core.svn.wordpress.org/trunk@45305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f9bf72d69
commit
53719315b4
@ -5436,7 +5436,7 @@ final class WP_Customize_Manager {
|
|||||||
'section' => 'background_image',
|
'section' => 'background_image',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'choices' => array(
|
'choices' => array(
|
||||||
'auto' => __( 'Original' ),
|
'auto' => _x( 'Original', 'Original Size' ),
|
||||||
'contain' => __( 'Fit to Screen' ),
|
'contain' => __( 'Fit to Screen' ),
|
||||||
'cover' => __( 'Fill Screen' ),
|
'cover' => __( 'Fill Screen' ),
|
||||||
),
|
),
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45493';
|
$wp_version = '5.3-alpha-45494';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user