Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Templates Component.

Fixes #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/register.php

    r10103 r10150  
    66     * Fires at the top of the BuddyPress member registration page template.
    77     *
    8      * @since BuddyPress (1.1.0)
     8     * @since 1.1.0
    99     */
    1010    do_action( 'bp_before_register_page' ); ?>
     
    2424             * Fires before the display of the registration disabled message.
    2525             *
    26              * @since BuddyPress (1.5.0)
     26             * @since 1.5.0
    2727             */
    2828            do_action( 'bp_before_registration_disabled' ); ?>
     
    3535             * Fires after the display of the registration disabled message.
    3636             *
    37              * @since BuddyPress (1.5.0)
     37             * @since 1.5.0
    3838             */
    3939            do_action( 'bp_after_registration_disabled' ); ?>
     
    5454             * Fires before the display of member registration account details fields.
    5555             *
    56              * @since BuddyPress (1.1.0)
     56             * @since 1.1.0
    5757             */
    5858            do_action( 'bp_before_account_details_fields' ); ?>
     
    7070                 * Fires and displays any member registration username errors.
    7171                 *
    72                  * @since BuddyPress (1.1.0)
     72                 * @since 1.1.0
    7373                 */
    7474                do_action( 'bp_signup_username_errors' ); ?>
     
    8181                 * Fires and displays any member registration email errors.
    8282                 *
    83                  * @since BuddyPress (1.1.0)
     83                 * @since 1.1.0
    8484                 */
    8585                do_action( 'bp_signup_email_errors' ); ?>
     
    9292                 * Fires and displays any member registration password errors.
    9393                 *
    94                  * @since BuddyPress (1.1.0)
     94                 * @since 1.1.0
    9595                 */
    9696                do_action( 'bp_signup_password_errors' ); ?>
     
    104104                 * Fires and displays any member registration password confirmation errors.
    105105                 *
    106                  * @since BuddyPress (1.1.0)
     106                 * @since 1.1.0
    107107                 */
    108108                do_action( 'bp_signup_password_confirm_errors' ); ?>
     
    114114                 * Fires and displays any extra member registration details fields.
    115115                 *
    116                  * @since BuddyPress (1.9.0)
     116                 * @since 1.9.0
    117117                 */
    118118                do_action( 'bp_account_details_fields' ); ?>
     
    125125             * Fires after the display of member registration account details fields.
    126126             *
    127              * @since BuddyPress (1.1.0)
     127             * @since 1.1.0
    128128             */
    129129            do_action( 'bp_after_account_details_fields' ); ?>
     
    138138                 * Fires before the display of member registration xprofile fields.
    139139                 *
    140                  * @since BuddyPress (1.2.4)
     140                 * @since 1.2.4
    141141                 */
    142142                do_action( 'bp_before_signup_profile_fields' ); ?>
     
    160160                             * Fires before the display of the visibility options for xprofile fields.
    161161                             *
    162                              * @since BuddyPress (1.7.0)
     162                             * @since 1.7.0
    163163                             */
    164164                            do_action( 'bp_custom_profile_edit_fields_pre_visibility' );
     
    190190                             * Fires after the display of the visibility options for xprofile fields.
    191191                             *
    192                              * @since BuddyPress (1.1.0)
     192                             * @since 1.1.0
    193193                             */
    194194                            do_action( 'bp_custom_profile_edit_fields' ); ?>
     
    209209                     * Fires and displays any extra member registration xprofile fields.
    210210                     *
    211                      * @since BuddyPress (1.9.0)
     211                     * @since 1.9.0
    212212                     */
    213213                    do_action( 'bp_signup_profile_fields' ); ?>
     
    220220                 * Fires after the display of member registration xprofile fields.
    221221                 *
    222                  * @since BuddyPress (1.1.0)
     222                 * @since 1.1.0
    223223                 */
    224224                do_action( 'bp_after_signup_profile_fields' ); ?>
     
    233233                 * Fires before the display of member registration blog details fields.
    234234                 *
    235                  * @since BuddyPress (1.1.0)
     235                 * @since 1.1.0
    236236                 */
    237237                do_action( 'bp_before_blog_details_fields' ); ?>
     
    253253                         * Fires and displays any member registration blog URL errors.
    254254                         *
    255                          * @since BuddyPress (1.1.0)
     255                         * @since 1.1.0
    256256                         */
    257257                        do_action( 'bp_signup_blog_url_errors' ); ?>
     
    269269                         * Fires and displays any member registration blog title errors.
    270270                         *
    271                          * @since BuddyPress (1.1.0)
     271                         * @since 1.1.0
    272272                         */
    273273                        do_action( 'bp_signup_blog_title_errors' ); ?>
     
    280280                         * Fires and displays any member registration blog privacy errors.
    281281                         *
    282                          * @since BuddyPress (1.1.0)
     282                         * @since 1.1.0
    283283                         */
    284284                        do_action( 'bp_signup_blog_privacy_errors' ); ?>
     
    292292                         * Fires and displays any extra member registration blog details fields.
    293293                         *
    294                          * @since BuddyPress (1.9.0)
     294                         * @since 1.9.0
    295295                         */
    296296                        do_action( 'bp_blog_details_fields' ); ?>
     
    305305                 * Fires after the display of member registration blog details fields.
    306306                 *
    307                  * @since BuddyPress (1.1.0)
     307                 * @since 1.1.0
    308308                 */
    309309                do_action( 'bp_after_blog_details_fields' ); ?>
     
    316316             * Fires before the display of the registration submit buttons.
    317317             *
    318              * @since BuddyPress (1.1.0)
     318             * @since 1.1.0
    319319             */
    320320            do_action( 'bp_before_registration_submit_buttons' ); ?>
     
    329329             * Fires after the display of the registration submit buttons.
    330330             *
    331              * @since BuddyPress (1.1.0)
     331             * @since 1.1.0
    332332             */
    333333            do_action( 'bp_after_registration_submit_buttons' ); ?>
     
    348348             * Fires before the display of the registration confirmed messages.
    349349             *
    350              * @since BuddyPress (1.5.0)
     350             * @since 1.5.0
    351351             */
    352352            do_action( 'bp_before_registration_confirmed' ); ?>
     
    363363             * Fires after the display of the registration confirmed messages.
    364364             *
    365              * @since BuddyPress (1.5.0)
     365             * @since 1.5.0
    366366             */
    367367            do_action( 'bp_after_registration_confirmed' ); ?>
     
    374374         * Fires and displays any custom signup steps.
    375375         *
    376          * @since BuddyPress (1.1.0)
     376         * @since 1.1.0
    377377         */
    378378        do_action( 'bp_custom_signup_steps' ); ?>
     
    387387     * Fires at the bottom of the BuddyPress member registration page template.
    388388     *
    389      * @since BuddyPress (1.1.0)
     389     * @since 1.1.0
    390390     */
    391391    do_action( 'bp_after_register_page' ); ?>
Note: See TracChangeset for help on using the changeset viewer.