Changeset 59134 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 09/30/2024 06:22:36 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r58745 r59134 626 626 echo "</select>\n"; 627 627 628 submit_button( __( 'Apply' ), 'action', ' ', false, array( 'id' => "doaction$two" ) );628 submit_button( __( 'Apply' ), 'action', 'bulk_action', false, array( 'id' => "doaction$two" ) ); 629 629 echo "\n"; 630 630 }
Note: See TracChangeset
for help on using the changeset viewer.