Ticket #41448: 41448.diff
File 41448.diff, 625 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/class-wp-posts-list-table.php
1408 1408 <?php endif; // $bulk 1409 1409 endif; // post_type_supports title ?> 1410 1410 1411 <?php if ( !$bulk ) : ?>1411 <?php if ( !$bulk && current_user_can( $post_type_object->cap->publish_posts ) ) : ?> 1412 1412 <fieldset class="inline-edit-date"> 1413 1413 <legend><span class="title"><?php _e( 'Date' ); ?></span></legend> 1414 1414 <?php touch_time( 1, 1, 0, 1 ); ?>