Make WordPress Core


Ignore:
Timestamp:
03/15/2014 04:31:58 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix .comment-grey-bubble markup and remove a stray </h5> tag.

props avryl.
fixes #27408.

File:
1 edited

Legend:

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

    r27029 r27548  
    165165            $posts_columns['parent'] = _x( 'Uploaded to', 'column name' );
    166166            if ( post_type_supports( 'attachment', 'comments' ) )
    167                 $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';
     167                $posts_columns['comments'] = '<span class="vers"><span title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></span></span>';
    168168        }
    169169        /* translators: column name */
Note: See TracChangeset for help on using the changeset viewer.