- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/register.php
r10103 r10150 6 6 * Fires at the top of the BuddyPress member registration page template. 7 7 * 8 * @since BuddyPress (1.1.0)8 * @since 1.1.0 9 9 */ 10 10 do_action( 'bp_before_register_page' ); ?> … … 24 24 * Fires before the display of the registration disabled message. 25 25 * 26 * @since BuddyPress (1.5.0)26 * @since 1.5.0 27 27 */ 28 28 do_action( 'bp_before_registration_disabled' ); ?> … … 35 35 * Fires after the display of the registration disabled message. 36 36 * 37 * @since BuddyPress (1.5.0)37 * @since 1.5.0 38 38 */ 39 39 do_action( 'bp_after_registration_disabled' ); ?> … … 54 54 * Fires before the display of member registration account details fields. 55 55 * 56 * @since BuddyPress (1.1.0)56 * @since 1.1.0 57 57 */ 58 58 do_action( 'bp_before_account_details_fields' ); ?> … … 70 70 * Fires and displays any member registration username errors. 71 71 * 72 * @since BuddyPress (1.1.0)72 * @since 1.1.0 73 73 */ 74 74 do_action( 'bp_signup_username_errors' ); ?> … … 81 81 * Fires and displays any member registration email errors. 82 82 * 83 * @since BuddyPress (1.1.0)83 * @since 1.1.0 84 84 */ 85 85 do_action( 'bp_signup_email_errors' ); ?> … … 92 92 * Fires and displays any member registration password errors. 93 93 * 94 * @since BuddyPress (1.1.0)94 * @since 1.1.0 95 95 */ 96 96 do_action( 'bp_signup_password_errors' ); ?> … … 104 104 * Fires and displays any member registration password confirmation errors. 105 105 * 106 * @since BuddyPress (1.1.0)106 * @since 1.1.0 107 107 */ 108 108 do_action( 'bp_signup_password_confirm_errors' ); ?> … … 114 114 * Fires and displays any extra member registration details fields. 115 115 * 116 * @since BuddyPress (1.9.0)116 * @since 1.9.0 117 117 */ 118 118 do_action( 'bp_account_details_fields' ); ?> … … 125 125 * Fires after the display of member registration account details fields. 126 126 * 127 * @since BuddyPress (1.1.0)127 * @since 1.1.0 128 128 */ 129 129 do_action( 'bp_after_account_details_fields' ); ?> … … 138 138 * Fires before the display of member registration xprofile fields. 139 139 * 140 * @since BuddyPress (1.2.4)140 * @since 1.2.4 141 141 */ 142 142 do_action( 'bp_before_signup_profile_fields' ); ?> … … 160 160 * Fires before the display of the visibility options for xprofile fields. 161 161 * 162 * @since BuddyPress (1.7.0)162 * @since 1.7.0 163 163 */ 164 164 do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); … … 190 190 * Fires after the display of the visibility options for xprofile fields. 191 191 * 192 * @since BuddyPress (1.1.0)192 * @since 1.1.0 193 193 */ 194 194 do_action( 'bp_custom_profile_edit_fields' ); ?> … … 209 209 * Fires and displays any extra member registration xprofile fields. 210 210 * 211 * @since BuddyPress (1.9.0)211 * @since 1.9.0 212 212 */ 213 213 do_action( 'bp_signup_profile_fields' ); ?> … … 220 220 * Fires after the display of member registration xprofile fields. 221 221 * 222 * @since BuddyPress (1.1.0)222 * @since 1.1.0 223 223 */ 224 224 do_action( 'bp_after_signup_profile_fields' ); ?> … … 233 233 * Fires before the display of member registration blog details fields. 234 234 * 235 * @since BuddyPress (1.1.0)235 * @since 1.1.0 236 236 */ 237 237 do_action( 'bp_before_blog_details_fields' ); ?> … … 253 253 * Fires and displays any member registration blog URL errors. 254 254 * 255 * @since BuddyPress (1.1.0)255 * @since 1.1.0 256 256 */ 257 257 do_action( 'bp_signup_blog_url_errors' ); ?> … … 269 269 * Fires and displays any member registration blog title errors. 270 270 * 271 * @since BuddyPress (1.1.0)271 * @since 1.1.0 272 272 */ 273 273 do_action( 'bp_signup_blog_title_errors' ); ?> … … 280 280 * Fires and displays any member registration blog privacy errors. 281 281 * 282 * @since BuddyPress (1.1.0)282 * @since 1.1.0 283 283 */ 284 284 do_action( 'bp_signup_blog_privacy_errors' ); ?> … … 292 292 * Fires and displays any extra member registration blog details fields. 293 293 * 294 * @since BuddyPress (1.9.0)294 * @since 1.9.0 295 295 */ 296 296 do_action( 'bp_blog_details_fields' ); ?> … … 305 305 * Fires after the display of member registration blog details fields. 306 306 * 307 * @since BuddyPress (1.1.0)307 * @since 1.1.0 308 308 */ 309 309 do_action( 'bp_after_blog_details_fields' ); ?> … … 316 316 * Fires before the display of the registration submit buttons. 317 317 * 318 * @since BuddyPress (1.1.0)318 * @since 1.1.0 319 319 */ 320 320 do_action( 'bp_before_registration_submit_buttons' ); ?> … … 329 329 * Fires after the display of the registration submit buttons. 330 330 * 331 * @since BuddyPress (1.1.0)331 * @since 1.1.0 332 332 */ 333 333 do_action( 'bp_after_registration_submit_buttons' ); ?> … … 348 348 * Fires before the display of the registration confirmed messages. 349 349 * 350 * @since BuddyPress (1.5.0)350 * @since 1.5.0 351 351 */ 352 352 do_action( 'bp_before_registration_confirmed' ); ?> … … 363 363 * Fires after the display of the registration confirmed messages. 364 364 * 365 * @since BuddyPress (1.5.0)365 * @since 1.5.0 366 366 */ 367 367 do_action( 'bp_after_registration_confirmed' ); ?> … … 374 374 * Fires and displays any custom signup steps. 375 375 * 376 * @since BuddyPress (1.1.0)376 * @since 1.1.0 377 377 */ 378 378 do_action( 'bp_custom_signup_steps' ); ?> … … 387 387 * Fires at the bottom of the BuddyPress member registration page template. 388 388 * 389 * @since BuddyPress (1.1.0)389 * @since 1.1.0 390 390 */ 391 391 do_action( 'bp_after_register_page' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.