I18N: Add context for the `Archives` string introduced in [45651] as a file type heading, to disambiguate from other types of archives.
Props alexclassroom. Fixes #48259. Built from https://develop.svn.wordpress.org/trunk@46437 git-svn-id: http://core.svn.wordpress.org/trunk@46235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9fb51e962a
commit
fefc2f56ed
|
@ -2751,7 +2751,7 @@ function get_post_mime_types() {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'archive' => array(
|
'archive' => array(
|
||||||
__( 'Archives' ),
|
_x( 'Archives', 'file type group' ),
|
||||||
__( 'Manage Archives' ),
|
__( 'Manage Archives' ),
|
||||||
/* translators: %s: Number of archives. */
|
/* translators: %s: Number of archives. */
|
||||||
_n_noop(
|
_n_noop(
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-beta2-46436';
|
$wp_version = '5.3-beta2-46437';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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