Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (9 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/single/settings/notifications.php

    r9819 r10150  
    1212     * Fires at the top of the member template notification settings form.
    1313     *
    14      * @since BuddyPress (1.0.0)
     14     * @since 1.0.0
    1515     */
    1616    do_action( 'bp_notification_settings' ); ?>
     
    2121     * Fires before the display of the submit button for user notification saving.
    2222     *
    23      * @since BuddyPress (1.5.0)
     23     * @since 1.5.0
    2424     */
    2525    do_action( 'bp_members_notification_settings_before_submit' ); ?>
     
    3434     * Fires after the display of the submit button for user notification saving.
    3535     *
    36      * @since BuddyPress (1.5.0)
     36     * @since 1.5.0
    3737     */
    3838    do_action( 'bp_members_notification_settings_after_submit' ); ?>
Note: See TracChangeset for help on using the changeset viewer.