Make WordPress Core

Ticket #8444: 8444.2.patch

File 8444.2.patch, 584 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-admin/includes/class-wp-posts-list-table.php

     
    502502                        break;
    503503
    504504                        case 'title':
    505                                 if ( $this->hierarchical_display ) {
     505                                if ( $this->hierarchical_display || is_post_type_hierarchical( $post->post_type ) ) {
    506506                                        $attributes = 'class="post-title page-title column-title"' . $style;
    507507
    508508                                        if ( 0 == $level && (int) $post->post_parent > 0 ) {