Make WordPress Core

Ticket #37407: 37407.patch

File 37407.patch, 1.1 KB (added by juhise, 8 years ago)
  • wp-admin/includes/class-wp-list-table.php

     
    11771177                        wp_nonce_field( 'bulk-' . $this->_args['plural'] );
    11781178                }
    11791179                ?>
    1180         <div class="tablenav <?php echo esc_attr( $which ); ?>">
    1181 
     1180               
    11821181                <?php if ( $this->has_items() ): ?>
    1183                 <div class="alignleft actions bulkactions">
    1184                         <?php $this->bulk_actions( $which ); ?>
    1185                 </div>
    1186                 <?php endif;
    1187                 $this->extra_tablenav( $which );
    1188                 $this->pagination( $which );
     1182                <div class="tablenav <?php echo esc_attr( $which ); ?>">
     1183                    <div class="alignleft actions bulkactions">
     1184                           <?php $this->bulk_actions( $which ); ?>
     1185                    </div>
     1186                            <?php $this->extra_tablenav( $which );
     1187                            $this->pagination( $which );?>
     1188                    <br class="clear" />
     1189                </div> 
     1190                <?php endif;
     1191               
    11891192?>
    11901193
    1191                 <br class="clear" />
    1192         </div>
     1194               
    11931195<?php
    11941196        }
    11951197