Skip to:
Content

BuddyPress.org

Changeset 11241


Ignore:
Timestamp:
11/06/2016 01:09:22 AM (8 years ago)
Author:
tw2113
Message:

Adds documentation for Settings API hook. See #7143.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/bp-settings-functions.php

    r10417 r11241  
    9191
    9292    ob_start();
     93    /**
     94     * Fires at the start of the notification keys whitelisting.
     95     *
     96     * @since 1.0.0
     97     */
    9398    do_action( 'bp_notification_settings' );
    9499    $screen = ob_get_clean();
Note: See TracChangeset for help on using the changeset viewer.