Make WordPress Core


Ignore:
Timestamp:
06/02/2011 05:05:55 PM (13 years ago)
Author:
ryan
Message:

Validation fixes. Props ocean90, xknown. fixes #17364

File:
1 edited

Legend:

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

    r17793 r18114  
    138138        if ( !$this->detached ) {
    139139            $posts_columns['parent'] = _x( 'Attached to', 'column name' );
    140             $posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="' . esc_url( admin_url( 'images/comment-grey-bubble.png' ) ) . '" /></div>';
     140            $posts_columns['comments'] = '<span class="vers"><img alt="Comments" src="' . esc_url( admin_url( 'images/comment-grey-bubble.png' ) ) . '" /></span>';
    141141        }
    142142        /* translators: column name */
Note: See TracChangeset for help on using the changeset viewer.