- Timestamp:
- 07/01/2015 01:30:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r32945 r33016 974 974 } 975 975 976 $attributes = "class='$classes'"; 976 // Comments column uses HTML in the display name with screen reader text. 977 // Instead of using esc_attr(), we strip tags to get closer to a user-friendly string. 978 $data = 'data-colname="' . wp_strip_all_tags( $column_display_name ) . '"'; 979 980 $attributes = "class='$classes' $data"; 977 981 978 982 if ( 'cb' === $column_name ) {
Note: See TracChangeset
for help on using the changeset viewer.