Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/xprofile/template-tags.php

    r11856 r11899  
    33 * xProfile Template tags
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Fire specific hooks into the single members xprofile templates.
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 *
    1616 * @param string $when   Optional. Either 'before' or 'after'.
     
    3838 * Template tag to output the field visibility markup in edit and signup screens.
    3939 *
    40  * @since 1.0.0
     40 * @since 3.0.0
    4141 */
    4242function bp_nouveau_xprofile_edit_visibilty() {
     
    5353     * Fires after the visibility options for a field.
    5454     *
    55      * @since 1.1.0
     55     * @since 3.0.0
    5656     */
    5757    do_action( 'bp_custom_profile_edit_fields' );
     
    6262 * profile fields added to it for the registration screen.
    6363 *
    64  * @since 1.0.0
     64 * @since 3.0.0
    6565 */
    6666function bp_nouveau_base_account_has_xprofile() {
Note: See TracChangeset for help on using the changeset viewer.