Skip to content

Commit

Permalink
chore: improve name readability about wp cron subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Sep 29, 2024
1 parent 55dba55 commit c4a1544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function example_add_cron_interval($schedules)
{
$schedules['every_5_minutes'] = array(
'interval' => 300,
'display' => esc_html__('Every Five Minutes'),
'display' => esc_html__('Sync pmpro subscriptions with azerothcore'),
);
return $schedules;
}
Expand Down

0 comments on commit c4a1544

Please sign in to comment.