Changeset 51537
- Timestamp:
- 08/03/2021 03:14:03 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r51535 r51537 61 61 62 62 $value = 0; 63 if ( wp_using_ext_object_cache()) {63 if ( wp_using_ext_object_cache() ) { 64 64 /* 65 65 * Skip local cache and force re-fetch of doing_cron transient -
trunk/tests/phpunit/tests/functions.php
r51535 r51537 28 28 $b = array( 29 29 '_baba' => 5, 30 'yZ' => 'bab ',30 'yZ' => 'baba', 31 31 'a' => array( 5, 111, 'x' ), 32 32 );
Note: See TracChangeset
for help on using the changeset viewer.