[wp-trac] [WordPress Trac] #33462: wrong order of the arguments \public\wp-includes\taxonomy.php:4448

WordPress Trac noreply at wordpress.org
Thu Aug 20 09:08:29 UTC 2015


#33462: wrong order of the arguments \public\wp-includes\taxonomy.php:4448
--------------------------+-----------------------------
 Reporter:  mich.grodno   |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.3
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 wrong order of the arguments

 public/wp-includes/taxonomy.php:4448

 wp_schedule_single_event( 'wp_batch_split_terms', time() +
 MINUTE_IN_SECONDS );

 public/wp-includes/cron.php:23
 function wp_schedule_single_event( $timestamp, $hook, $args = array()) {
 ...
 }

 must be:

 wp_schedule_single_event(time() + MINUTE_IN_SECONDS,
 'wp_batch_split_terms');

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33462>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list