- Timestamp:
- 06/30/2026 08:14:22 PM (2 months ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/class-wp-list-table.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-admin/includes/class-wp-list-table.php
r61657 r62602 405 405 <label class="screen-reader-text" for="<?php echo esc_attr( $input_id ); ?>"><?php echo $text; ?>:</label> 406 406 <input type="search" id="<?php echo esc_attr( $input_id ); ?>" name="s" value="<?php _admin_search_query(); ?>" /> 407 <?php submit_button( $text, ' ', '', false, array( 'id' => 'search-submit' ) ); ?>407 <?php submit_button( $text, 'button-compact', '', false, array( 'id' => 'search-submit' ) ); ?> 408 408 </p> 409 409 <?php … … 621 621 echo "</select>\n"; 622 622 623 submit_button( __( 'Apply' ), 'action ', 'bulk_action', false, array( 'id' => "doaction$two" ) );623 submit_button( __( 'Apply' ), 'action button-compact', 'bulk_action', false, array( 'id' => "doaction$two" ) ); 624 624 echo "\n"; 625 625 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)