Favor using the consistent and agnostic string 'Attach' over 'Attach to a post' in the media list table.

Props pavelevap.
Fixes #33515.

Built from https://develop.svn.wordpress.org/trunk@33810


git-svn-id: http://core.svn.wordpress.org/trunk@33778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-08-30 03:10:21 +00:00
parent d5f666013f
commit db11b48627
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ class WP_Media_List_Table extends WP_List_Table {
}
if ( $this->detached )
$actions['attach'] = __( 'Attach to a post' );
$actions['attach'] = __( 'Attach' );
return $actions;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33809';
$wp_version = '4.4-alpha-33810';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.