- Timestamp:
- 11/18/2013 01:17:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r26244 r26245 493 493 } 494 494 495 if ( false &&$post->post_parent ) {495 if ( $post->post_parent ) { 496 496 $count = count( get_post_ancestors( $post->ID ) ); 497 497 $classes .= ' level-'. $count;
Note: See TracChangeset
for help on using the changeset viewer.