Changeset 17705
- Timestamp:
- 04/26/2011 10:20:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/includes/class-wp-posts-list-table.php
r17704 r17705 311 311 $posts = $wp_query->posts; 312 312 313 add_filter( 'the_title', 'esc_html' ); 314 313 315 if ( $this->hierarchical_display ) { 314 316 $this->_display_rows_hierarchical( $posts, $this->get_pagenum(), $per_page ); … … 320 322 function _display_rows( $posts ) { 321 323 global $post, $mode; 322 323 add_filter( 'the_title', 'esc_html' );324 324 325 325 // Create array of post IDs.
Note: See TracChangeset
for help on using the changeset viewer.