Make WordPress Core

Changeset 22630


Ignore:
Timestamp:
11/17/2012 06:56:05 AM (12 years ago)
Author:
nacin
Message:

Media Library list table: Rename 'Attached to' to 'Uploaded to'.

In 3.5, we have chosen to de-emphasize the "attaching" part of the
post-attachment relationship. Existing functionality remains the same,
but UI emphasis is now placed on "parent" being where the item was
originally uploaded.

fixes #22439.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-media-list-table.php

    r22439 r22630  
    155155        /* translators: column name */
    156156        if ( !$this->detached ) {
    157             $posts_columns['parent'] = _x( 'Attached to', 'column name' );
     157            $posts_columns['parent'] = _x( 'Uploaded to', 'column name' );
    158158            if ( post_type_supports( 'attachment', 'comments' ) )
    159159                $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';
Note: See TracChangeset for help on using the changeset viewer.