diff --git a/wp-includes/post.php b/wp-includes/post.php index 288704c66d..67621e1a0d 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -75,7 +75,7 @@ function create_initial_post_types() { 'labels' => array( 'name' => _x( 'Media', 'post type general name' ), 'name_admin_bar' => _x( 'Media', 'add new from admin bar' ), - 'add_new' => _x( 'Add New', 'add new media' ), + 'add_new' => _x( 'Add New', 'file' ), 'edit_item' => __( 'Edit Media' ), 'view_item' => __( 'View Attachment Page' ), 'attributes' => __( 'Attachment Attributes' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 08b19ddeb4..cf2a35b932 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53452'; +$wp_version = '6.1-alpha-53453'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.