Skip to content

Commit dbc518c

Browse files
authored
typo
1 parent 08bf7cd commit dbc518c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cronplus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function __construct( $args ) {
3737
'name' => 'cronplus',
3838
'schedule' => 'schedule', // Schedule or single,
3939
'cb' => '',
40-
'args' => ''. // Args passed to the hook
40+
'args' => '' // Args passed to the hook
4141
);
4242

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

0 commit comments

Comments
 (0)