Ticket #33824: 33824.diff
| File 33824.diff, 683 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/class-wp-list-table.php
1121 1121 ?> 1122 1122 <div class="tablenav <?php echo esc_attr( $which ); ?>"> 1123 1123 1124 <div class="alignleft actions bulkactions"> 1125 <?php $this->bulk_actions( $which ); ?> 1126 </div> 1124 <?php if( $this->has_items() ) : ?> 1125 1126 <div class="alignleft actions bulkactions"> 1127 <?php $this->bulk_actions( $which ); ?> 1128 </div> 1129 1130 <?php endif; ?> 1127 1131 <?php 1128 1132 $this->extra_tablenav( $which ); 1129 1133 $this->pagination( $which );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)