Changeset 12520
- Timestamp:
- 03/31/2023 01:18:15 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r12519 r12520 241 241 } 242 242 243 check_admin_referer( 'bulk-posts' );244 245 243 $action = array_intersect( 246 244 [ 'plugin_open', 'plugin_close', 'plugin_disable', 'plugin_reject' ], … … 251 249 return; 252 250 } 251 252 check_admin_referer( 'bulk-posts' ); 253 253 254 254 switch( $action ) {
Note: See TracChangeset
for help on using the changeset viewer.