Changeset 5451
- Timestamp:
- 04/30/2017 07:46:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-manager.php
r5449 r5451 92 92 */ 93 93 public static function reschedule_event( $hook, $new_timestamp = false, $old_timestamp = false ) { 94 $new_timesta tmp = $new_timestamp ?: time();94 $new_timestamp = $new_timestamp ?: time(); 95 95 96 96 // Flush the Cavalcade jobs cache, we need fresh data from the database
Note: See TracChangeset
for help on using the changeset viewer.