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

    r11989 r12008  
    1818     * Fires at the begining of the templates BP injected content.
    1919     *
    20      * @since 2.3.0 (BuddyPress)
     20     * @since 2.3.0
    2121     */
    2222    do_action( 'bp_before_directory_activity' );
     
    2525     * Fires before the activity directory display content.
    2626     *
    27      * @since 1.2.0 (BuddyPress)
     27     * @since 1.2.0
    2828     */
    2929    do_action( 'bp_before_directory_activity_content' );
     
    176176     * Fires after the display of an activity entry content.
    177177     *
    178      * @since 1.2.0 (BuddyPress)
     178     * @since 1.2.0
    179179     */
    180180    do_action( 'bp_activity_entry_content' );
     
    196196     * Fires at the end of the activity entry meta data area.
    197197     *
    198      * @since 1.2.0 (BuddyPress)
     198     * @since 1.2.0
    199199     */
    200200    do_action( 'bp_activity_entry_meta' );
     
    586586     * Filters the opening tag for the template that lists activity comments.
    587587     *
    588      * @since 1.6.0 (BuddyPress)
     588     * @since 1.6.0
    589589     *
    590590     * @param string $value Opening tag for the HTML markup to use.
     
    600600         * Fires before the display of an activity comment.
    601601         *
    602          * @since 1.5.0 (BuddyPress)
     602         * @since 1.5.0
    603603         */
    604604        do_action( 'bp_before_activity_comment' );
     
    609609         * Fires after the display of an activity comment.
    610610         *
    611          * @since 1.5.0 (BuddyPress)
     611         * @since 1.5.0
    612612         */
    613613        do_action( 'bp_after_activity_comment' );
     
    619619     * Filters the closing tag for the template that list activity comments.
    620620     *
    621      * @since 1.6.0 (BuddyPress)
     621     * @since 1.6.0
    622622     *
    623623     * @param string $value Closing tag for the HTML markup to use.
     
    672672     * Fires after the activity entry comment form.
    673673     *
    674      * @since 1.5.0 (BuddyPress)
     674     * @since 1.5.0
    675675     */
    676676    do_action( 'bp_activity_entry_comments' );
     
    691691     * Fires after the defualt comment action options display.
    692692     *
    693      * @since 1.6.0 (BuddyPress)
     693     * @since 1.6.0
    694694     */
    695695    do_action( 'bp_activity_comment_options' );
Note: See TracChangeset for help on using the changeset viewer.