Changeset 13010
- Timestamp:
- 07/15/2021 09:12:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r12885 r13010 1767 1767 <li> 1768 1768 <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 th e 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> 1770 1770 </li> 1771 1771 </ul>
Note: See TracChangeset
for help on using the changeset viewer.