Changeset 55871 for trunk/src/wp-cron.php
- Timestamp:
- 05/30/2023 06:46:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r54866 r55871 46 46 require_once __DIR__ . '/wp-load.php'; 47 47 } 48 49 // Attempt to raise the PHP memory limit for cron event processing. 50 wp_raise_memory_limit( 'cron' ); 48 51 49 52 /**
Note: See TracChangeset
for help on using the changeset viewer.