Changeset 9973
- Timestamp:
- 06/18/2020 07:48:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-manager.php
r9972 r9973 31 31 if ( defined( 'DOING_CRON' ) && DOING_CRON ) { 32 32 add_action( 'pre_option_cron', array( $this, 'register_colon_based_hook_handlers' ), 100 ); 33 add_filter( 'pre_get_ready_cron_jobs', array( $this, 'register_colon_based_hook_handlers' ), 100 ); 34 } 35 $jobs = get_option('cron'); 33 } 36 34 } 37 35
Note: See TracChangeset
for help on using the changeset viewer.