Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding some text to the signup form?


danbpfr
Participant

@chouf1

with notepad++ you can search and almost find what you want…

wp-content\plugins\buddypress\bp-themes\bp-default\registration\register.php

Line 68 : 	<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
Line 76 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
Line 84 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
Line 94 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
Line 106 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
Line 121 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
Line 131 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>

Skip to toolbar