We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5e995 commit 33be253Copy full SHA for 33be253
pdf-forms-for-contact-form-7.php
@@ -142,7 +142,7 @@ public function plugin_deactivated( $network_deactivating = false )
142
public function cron_schedules( $schedules )
143
{
144
$interval = $this->get_downloads()->get_timeout();
145
- $display = self::replace_tags( __("Every {interval} seconds"), array( 'internval' => $interval ) );
+ $display = self::replace_tags( __("Every {interval} seconds"), array( 'interval' => $interval ) );
146
$schedules['wpcf7_pdf_forms_cron_frequency'] = array(
147
'interval' => $interval,
148
'display' => $display
0 commit comments