Make WordPress Core

Ticket #41448: 41448.diff

File 41448.diff, 625 bytes (added by davilera, 7 years ago)
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    14081408        <?php endif; // $bulk
    14091409        endif; // post_type_supports title ?>
    14101410
    1411         <?php if ( !$bulk ) : ?>
     1411        <?php if ( !$bulk && current_user_can( $post_type_object->cap->publish_posts ) ) : ?>
    14121412                        <fieldset class="inline-edit-date">
    14131413                        <legend><span class="title"><?php _e( 'Date' ); ?></span></legend>
    14141414                                <?php touch_time( 1, 1, 0, 1 ); ?>