Changeset 41148
- Timestamp:
- 07/25/2017 04:04:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r40800 r41148 1086 1086 } 1087 1087 1088 if ( 'comments' == $column ) { 1089 $title = __( 'Comments' ); 1090 } 1088 /* 1089 * The Comments column uses HTML in the display name with some screen 1090 * reader text. Make sure to strip tags from the Comments column 1091 * title and any other custom column title plugins might add. 1092 */ 1093 $title = wp_strip_all_tags( $title ); 1091 1094 1092 1095 $id = "$column-hide";
Note: See TracChangeset
for help on using the changeset viewer.