Skip to:
Content

BuddyPress.org

Changeset 13010


Ignore:
Timestamp:
07/15/2021 09:12:10 AM (4 years ago)
Author:
imath
Message:

Improve the checkbox label to add a profile field to the signup form

Props shawfactor

Fixes #8486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php

    r12885 r13010  
    17671767                        <li>
    17681768                            <input type="checkbox" id="has-signup-position" name="signup-position" value="<?php echo esc_attr( $next_signup_position ); ?>" <?php checked( $signup_position, $next_signup_position ); ?> />
    1769                             <label for="has-signup-position"><?php esc_html_e( 'Use the field into the registration form.', 'buddypress' ); ?></label>
     1769                            <label for="has-signup-position"><?php esc_html_e( 'Use this field in the site registration form.', 'buddypress' ); ?></label>
    17701770                        </li>
    17711771                    </ul>
Note: See TracChangeset for help on using the changeset viewer.