Changeset 24707
- Timestamp:
- 07/15/2013 10:53:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r24667 r24707 2104 2104 2105 2105 $return = array(); 2106 @set_time_limit( count( $_REQUEST['compare'] ));2106 @set_time_limit( 0 ); 2107 2107 2108 2108 foreach ( $_REQUEST['compare'] as $compare_key ) {
Note: See TracChangeset
for help on using the changeset viewer.