Changeset 22630
- Timestamp:
- 11/17/2012 06:56:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r22439 r22630 155 155 /* translators: column name */ 156 156 if ( !$this->detached ) { 157 $posts_columns['parent'] = _x( ' Attached to', 'column name' );157 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 158 158 if ( post_type_supports( 'attachment', 'comments' ) ) 159 159 $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.