Make WordPress Core

Ticket #41906: 41906.diff

File 41906.diff, 956 bytes (added by ibachal, 8 years ago)

Patch for #41906

  • wp-admin/includes/class-wp-posts-list-table.php

    diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php
    index 40f5315..e8ffed4 100644
    a b class WP_Posts_List_Table extends WP_List_Table { 
    13791379                while ( $bulk < 2 ) { ?>
    13801380
    13811381                <tr id="<?php echo $bulk ? 'bulk-edit' : 'inline-edit'; ?>" class="inline-edit-row inline-edit-row-<?php echo "$hclass inline-edit-" . $screen->post_type;
    1382                         echo $bulk ? " bulk-edit-row bulk-edit-row-$hclass bulk-edit-{$screen->post_type}" : " quick-edit-row quick-edit-row-$hclass inline-edit-{$screen->post_type}";
     1382                        echo $bulk ? " bulk-edit-row bulk-edit-row-$hclass bulk-edit-{$screen->post_type}" : " quick-edit-row quick-edit-row-$hclass";
    13831383                ?>" style="display: none"><td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
    13841384
    13851385                <fieldset class="inline-edit-col-left">