better wording
This commit is contained in:
parent
f457d1c453
commit
03e3f7ca3d
|
@ -84,7 +84,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
<td><?php if ( defined('WP_DEBUG') && WP_DEBUG ) echo '<mark class="yes">✔</mark>'; else echo '<mark class="no">–</mark>'; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-export-label="WP Cron"><?php _e( 'WP Cron', 'woocommerce' ); ?>:</td>
|
||||
<td data-export-label="WP Cron Disabled"><?php _e( 'WP Cron Disabled', 'woocommerce' ); ?>:</td>
|
||||
<td class="help"><?php echo wc_help_tip( __( 'Displays whether or not WP Cron Jobs are enabled.', 'woocommerce' ) ); ?></td>
|
||||
<td><?php if ( defined('DISABLE_WP_CRON') && DISABLE_WP_CRON ) echo '<mark class="yes">✔</mark>'; else echo '<mark class="no">–</mark>'; ?></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue