Skip to content

Commit

Permalink
Updated wording
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 17, 2024
1 parent ac5282c commit f872013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/section/class-convertkit-admin-settings-broadcasts.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public function print_section_info() {
// may not work.
if ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON === true ) {
?>
<div class="notice notice-warning">
<div class="notice notice-info">
<p>
<?php
printf(
Expand All @@ -339,7 +339,7 @@ public function print_section_info() {
'<code>DISABLE_WP_CRON</code>',
esc_html__( 'constant is enabled. If broadcasts do not import automatically or when using the import button below, either remove this constant from your', 'convertkit' ),
'<code>wp-config.php</code>',
esc_html__( 'file, or check with your web host if they have disabled your WordPress Cron. If importing broadcasts work, no changes to your WordPress configuration file are required.', 'convertkit' )
esc_html__( 'file, or check that your web host is triggering the WordPress Cron via an alternate method. If importing broadcasts work, no changes to your WordPress configuration file are required.', 'convertkit' )
);
?>
</p>
Expand Down

0 comments on commit f872013

Please sign in to comment.