Ticket #8444: 8444.2.patch
File 8444.2.patch, 584 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/class-wp-posts-list-table.php
502 502 break; 503 503 504 504 case 'title': 505 if ( $this->hierarchical_display ) {505 if ( $this->hierarchical_display || is_post_type_hierarchical( $post->post_type ) ) { 506 506 $attributes = 'class="post-title page-title column-title"' . $style; 507 507 508 508 if ( 0 == $level && (int) $post->post_parent > 0 ) {