- Timestamp:
- 01/30/2016 01:45:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r36334 r36422 1406 1406 ?> 1407 1407 1408 <div class="inline-edit-group ">1408 <div class="inline-edit-group wp-clearfix"> 1409 1409 <label class="alignleft"> 1410 1410 <span class="title"><?php _e( 'Password' ); ?></span> … … 1538 1538 if ( $bulk ) : ?> 1539 1539 1540 <div class="inline-edit-group ">1540 <div class="inline-edit-group wp-clearfix"> 1541 1541 <?php if ( post_type_supports( $screen->post_type, 'comments' ) ) : ?> 1542 1542 <label class="alignleft"> … … 1562 1562 <?php else : // $bulk ?> 1563 1563 1564 <div class="inline-edit-group ">1564 <div class="inline-edit-group wp-clearfix"> 1565 1565 <?php if ( post_type_supports( $screen->post_type, 'comments' ) ) : ?> 1566 1566 <label class="alignleft"> … … 1579 1579 endif; // post_type_supports comments or pings ?> 1580 1580 1581 <div class="inline-edit-group ">1581 <div class="inline-edit-group wp-clearfix"> 1582 1582 <label class="inline-edit-status alignleft"> 1583 1583 <span class="title"><?php _e( 'Status' ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.