mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
check for desc_tip true
This commit is contained in:
parent
23ce2c6c09
commit
e2c4d45f1a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class SettingsRenderer
|
|||
<label
|
||||
for="<?php echo esc_attr($id); ?>"
|
||||
><?php echo esc_html($config['title']); ?></label>
|
||||
<?php if (isset($config['desc_tip'])) : ?>
|
||||
<?php if (isset($config['desc_tip']) && $config['desc_tip']) : ?>
|
||||
<span class="woocommerce-help-tip" data-tip="<?php echo esc_attr($config['description']); ?>"></span>
|
||||
<?php
|
||||
unset($config['description']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue