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/ajax.php

    r11903 r12008  
    7676        }
    7777
     78        /**
     79         * Filters the browser URL for the template loader.
     80         *
     81         * @since 3.0.0
     82         *
     83         * @param string $feed_url Template feed url.
     84         * @param string $scope    Current component scope.
     85         */
    7886        $result['feed_url'] = apply_filters( 'bp_nouveau_ajax_object_template_loader', $feed_url, $scope );
    7987    }
     
    114122
    115123    $template_path = bp_locate_template( array( $template_part ), false );
     124
     125    /**
     126     * Filters the server path for the template loader.
     127     *
     128     * @since 3.0.0
     129     *
     130     * @param string Template file path.
     131     */
    116132    $template_path = apply_filters( 'bp_nouveau_object_template_path', $template_path );
    117133
Note: See TracChangeset for help on using the changeset viewer.