Changeset 9971
- Timestamp:
- 06/18/2020 05:58:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-manager.php
r9650 r9971 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 ); 33 34 } 34 35 }
Note: See TracChangeset
for help on using the changeset viewer.