Changeset 51657 for trunk/tests/phpunit/tests/cron.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r51619 r51657 1056 1056 add_filter( 1057 1057 'pre_update_option_cron', 1058 function() {1058 static function() { 1059 1059 return get_option( 'cron' ); 1060 1060 } … … 1076 1076 add_filter( 1077 1077 'pre_update_option_cron', 1078 function() {1078 static function() { 1079 1079 return get_option( 'cron' ); 1080 1080 } … … 1099 1099 add_filter( 1100 1100 'pre_update_option_cron', 1101 function() {1101 static function() { 1102 1102 return get_option( 'cron' ); 1103 1103 } … … 1123 1123 add_filter( 1124 1124 'pre_update_option_cron', 1125 function() {1125 static function() { 1126 1126 return get_option( 'cron' ); 1127 1127 }
Note: See TracChangeset
for help on using the changeset viewer.