Plugin Directory

Changeset 2741226


Ignore:
Timestamp:
06/12/2022 07:45:49 PM (4 years ago)
Author:
webcource
Message:

readme.txt

Location:
wc-captcha/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-captcha/trunk/includes/class-core.php

    r2741220 r2741226  
    391391        ';
    392392        } else {
    393             echo '<p style="background:#fff;color:red;">To show captcha. Please enable captcha for All forms.</p>';
     393            echo '<p style="background:#fff;color:red;">To show captcha. Please enable captcha for All forms and Woocommerce.</p>';
    394394        }
    395395    }
  • wc-captcha/trunk/includes/class-settings.php

    r2741219 r2741226  
    3232            'comment_form'           => __( 'Comment form', 'wc-captcha' ),
    3333            'contact_form_7'         => __( 'Contact form 7', 'wc-captcha' ),
    34             'all_forms'              => __( 'All Forms', 'wc-captcha' ),
     34            'all_forms'              => __( 'All Forms and Woocommerce', 'wc-captcha' ),
    3535            'bbpress'                => __( 'bbpress', 'wc-captcha' )
    3636        );
Note: See TracChangeset for help on using the changeset viewer.