Make WordPress Core


Ignore:
Timestamp:
11/07/2012 08:54:08 PM (13 years ago)
Author:
azaozz
Message:

More retina backgrounds and bits, props saracannon, empireoflight and lessbloat, see #21019

File:
1 edited

Legend:

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

    r21996 r22439  
    157157            $posts_columns['parent'] = _x( 'Attached to', 'column name' );
    158158            if ( post_type_supports( 'attachment', 'comments' ) )
    159                 $posts_columns['comments'] = '<span class="vers"><img alt="' . esc_attr__( 'Comments' ) . '" src="' . esc_url( admin_url( 'images/comment-grey-bubble.png' ) ) . '" /></span>';
     159                $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';
    160160        }
    161161        /* translators: column name */
Note: See TracChangeset for help on using the changeset viewer.