Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Nov 24, 2016
1 parent 08bf7cd commit dbc518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronplus.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function __construct( $args ) {
'name' => 'cronplus',
'schedule' => 'schedule', // Schedule or single,
'cb' => '',
'args' => ''. // Args passed to the hook
'args' => '' // Args passed to the hook
);

$this->args = wp_parse_args( $args, $defaults );
Expand Down

0 comments on commit dbc518c

Please sign in to comment.