Changeset 44609
- Timestamp:
- 01/16/2019 03:37:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r43571 r44609 233 233 // Trigger background updates if running non-interactively, and we weren't called from the update handler. 234 234 if ( $doing_cron && ! doing_action( 'wp_maybe_auto_update' ) ) { 235 /** 236 * Fires during wp_cron, starting the auto update process. 237 * 238 * @since 3.9.0 239 */ 235 240 do_action( 'wp_maybe_auto_update' ); 236 241 }
Note: See TracChangeset
for help on using the changeset viewer.