Changeset 55258 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/07/2023 01:26:46 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r55210 r55258 3529 3529 3530 3530 $return = array(); 3531 set_time_limit( 0 ); 3531 3532 if ( function_exists( 'set_time_limit' ) ) { 3533 set_time_limit( 0 ); 3534 } 3532 3535 3533 3536 foreach ( $_REQUEST['compare'] as $compare_key ) {
Note: See TracChangeset
for help on using the changeset viewer.