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/blogs/template-tags.php

    r11899 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_blogs_page' );
     
    2626     * Fires before the display of the blogs.
    2727     *
    28      * @since 1.5.0 (BuddyPress)
     28     * @since 1.5.0
    2929     */
    3030    do_action( 'bp_before_directory_blogs' );
     
    3333     * Fires before the display of the blogs listing content.
    3434     *
    35      * @since 3.0.0 (BuddyPress)
     35     * @since 3.0.0
    3636     */
    3737    do_action( 'bp_before_directory_blogs_content' );
     
    4040     * Fires before the display of the blogs list tabs.
    4141     *
    42      * @since 2.3.0 (BuddyPress)
     42     * @since 2.3.0
    4343     */
    4444    do_action( 'bp_before_directory_blogs_tabs' );
     
    5454     * Fires inside and displays the blogs content.
    5555     *
    56      * @since 3.0.0 (BuddyPress)
     56     * @since 3.0.0
    5757     */
    5858    do_action( 'bp_directory_blogs_content' );
     
    6161     * Fires after the display of the blogs listing content.
    6262     *
    63      * @since 3.0.0 (BuddyPress)
     63     * @since 3.0.0
    6464     */
    6565    do_action( 'bp_after_directory_blogs_content' );
     
    6868     * Fires at the bottom of the blogs directory template file.
    6969     *
    70      * @since 1.5.0 (BuddyPress)
     70     * @since 1.5.0
    7171     */
    7272    do_action( 'bp_after_directory_blogs' );
     
    7575     * Fires at the bottom of the blogs directory template file.
    7676     *
    77      * @since 2.3.0 (BuddyPress)
     77     * @since 2.3.0
    7878     */
    7979    do_action( 'bp_after_directory_blogs_page' );
     
    114114     * Fires after the listing of a blog item in the blogs loop.
    115115     *
    116      * @since 1.2.0 (BuddyPress)
     116     * @since 1.2.0
    117117     */
    118118    do_action( 'bp_directory_blogs_item' );
Note: See TracChangeset for help on using the changeset viewer.