Changeset 34707 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 09/30/2015 12:46:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r34467 r34707 1142 1142 wp_nonce_field( 'bulk-' . $this->_args['plural'] ); 1143 1143 } 1144 if ( $this->has_items() ) :?>1144 ?> 1145 1145 <div class="tablenav <?php echo esc_attr( $which ); ?>"> 1146 1146 1147 <?php if ( $this->has_items() ): ?> 1147 1148 <div class="alignleft actions bulkactions"> 1148 1149 <?php $this->bulk_actions( $which ); ?> 1149 1150 </div> 1150 <?php 1151 <?php endif; 1151 1152 $this->extra_tablenav( $which ); 1152 1153 $this->pagination( $which ); … … 1156 1157 </div> 1157 1158 <?php 1158 endif;1159 1159 } 1160 1160
Note: See TracChangeset
for help on using the changeset viewer.