mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
I18N: Add context for "Mine" string added in [43056].
See #43820. git-svn-id: https://develop.svn.wordpress.org/trunk@43062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -134,7 +134,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
||||
$type_links['mine'] = sprintf(
|
||||
'<option value="mine"%s>%s</option>',
|
||||
selected( 'mine' === $filter, true, false ),
|
||||
__( 'Mine' )
|
||||
_x( 'Mine', 'media items' )
|
||||
);
|
||||
|
||||
return $type_links;
|
||||
|
||||
Reference in New Issue
Block a user