Changeset 10150 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php
- Timestamp:
- 09/27/2015 06:04:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php
r9819 r10150 12 12 * Fires at the top of the member template notification settings form. 13 13 * 14 * @since BuddyPress (1.0.0)14 * @since 1.0.0 15 15 */ 16 16 do_action( 'bp_notification_settings' ); ?> … … 21 21 * Fires before the display of the submit button for user notification saving. 22 22 * 23 * @since BuddyPress (1.5.0)23 * @since 1.5.0 24 24 */ 25 25 do_action( 'bp_members_notification_settings_before_submit' ); ?> … … 34 34 * Fires after the display of the submit button for user notification saving. 35 35 * 36 * @since BuddyPress (1.5.0)36 * @since 1.5.0 37 37 */ 38 38 do_action( 'bp_members_notification_settings_after_submit' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.