Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Fix small typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
selul authored Nov 22, 2017
1 parent 9ca9a48 commit 13bf873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/WpMinions/Cron/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function register() {
*/
public function add( $hook, $args = array(), $priority = 'normal' ) {
// Priority isn't really something we can manage with wp-cron
wp_schedule_single_event( time(), $hook, array ( $args ) );
wp_schedule_single_event( time(), $hook, array( $args ) );

return true;
}
Expand Down

0 comments on commit 13bf873

Please sign in to comment.