diff --git a/wp-includes/post.php b/wp-includes/post.php index eb98238d5e..eea6a22b1a 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -2751,7 +2751,7 @@ function get_post_mime_types() { ), ), 'archive' => array( - __( 'Archives' ), + _x( 'Archives', 'file type group' ), __( 'Manage Archives' ), /* translators: %s: Number of archives. */ _n_noop( diff --git a/wp-includes/version.php b/wp-includes/version.php index bd16903d9d..d23fac577f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.