Make WordPress Core


Ignore:
Timestamp:
05/01/2018 09:36:41 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add context for "Mine" string added in [43056].

See #43820.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r43056 r43062  
    36583658        'insertIntoPost'              => $post_type_object->labels->insert_into_item,
    36593659        'unattached'                  => __( 'Unattached' ),
    3660         'mine'                        => __( 'Mine' ),
     3660        'mine'                        => _x( 'Mine', 'media items' ),
    36613661        'trash'                       => _x( 'Trash', 'noun' ),
    36623662        'uploadedToThisPost'          => $post_type_object->labels->uploaded_to_this_item,
Note: See TracChangeset for help on using the changeset viewer.