Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2018 01:32:52 AM (8 years ago)
Author:
tw2113
Message:

add/touchup documentation to a lot of Nouveau actions and filters

File:
1 edited

Legend:

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

    r11996 r12008  
    1919     * Fires at the begining of the templates BP injected content.
    2020     *
    21      * @since 2.3.0 (BuddyPress)
     21     * @since 2.3.0
    2222     */
    2323    do_action( 'bp_before_directory_groups_page' );
     
    2626     * Fires before the display of the groups.
    2727     *
    28      * @since 1.1.0 (BuddyPress)
     28     * @since 1.1.0
    2929     */
    3030    do_action( 'bp_before_directory_groups' );
     
    3333     * Fires before the display of the groups content.
    3434     *
    35      * @since 1.1.0 (BuddyPress)
     35     * @since 1.1.0
    3636     */
    3737    do_action( 'bp_before_directory_groups_content' );
     
    4848     * Fires and displays the group content.
    4949     *
    50      * @since 1.1.0 (BuddyPress)
     50     * @since 1.1.0
    5151     */
    5252    do_action( 'bp_directory_groups_content' );
     
    5555     * Fires after the display of the groups content.
    5656     *
    57      * @since 1.1.0 (BuddyPress)
     57     * @since 1.1.0
    5858     */
    5959    do_action( 'bp_after_directory_groups_content' );
     
    6262     * Fires after the display of the groups.
    6363     *
    64      * @since 1.1.0 (BuddyPress)
     64     * @since 1.1.0
    6565     */
    6666    do_action( 'bp_after_directory_groups' );
     
    6969     * Fires at the bottom of the groups directory template file.
    7070     *
    71      * @since 1.5.0 (BuddyPress)
     71     * @since 1.5.0
    7272     */
    7373    do_action( 'bp_after_directory_groups_page' );
     
    174174     * Fires before the send invites content.
    175175     *
    176      * @since 1.1.0 (BuddyPress)
     176     * @since 1.1.0
    177177     */
    178178    do_action( 'bp_before_group_send_invites_content' );
     
    497497     * Fires inside the action section of an individual group listing item.
    498498     *
    499      * @since 1.1.0 (BuddyPress)
     499     * @since 1.1.0
    500500     */
    501501    do_action( 'bp_directory_groups_actions' );
     
    11471147     * Fires before the display of the group home body.
    11481148     *
    1149      * @since 1.2.0 (BuddyPress)
     1149     * @since 1.2.0
    11501150     */
    11511151    do_action( 'bp_before_group_body' );
     
    12101210     * Fires after the display of the group home body.
    12111211     *
    1212      * @since 1.2.0 (BuddyPress)
     1212     * @since 1.2.0
    12131213     */
    12141214    do_action( 'bp_after_group_body' );
     
    12301230     * Fires before the display of a group's header.
    12311231     *
    1232      * @since 1.2.0 (BuddyPress)
     1232     * @since 1.2.0
    12331233     */
    12341234    do_action( 'bp_before_group_header' );
     
    12401240     * Fires after the display of a group's header.
    12411241     *
    1242      * @since 1.2.0 (BuddyPress)
     1242     * @since 1.2.0
    12431243     */
    12441244    do_action( 'bp_after_group_header' );
Note: See TracChangeset for help on using the changeset viewer.