Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/friends/loader.php

    r11686 r11899  
    33 * BP Nouveau Friends
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Friends Loader class
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 */
    1616class BP_Nouveau_Friends {
     
    1818     * Constructor
    1919     *
    20      * @since 1.0.0
     20     * @since 3.0.0
    2121     */
    2222    public function __construct() {
     
    3030     * Globals
    3131     *
    32      * @since 1.0.0
     32     * @since 3.0.0
    3333     */
    3434    protected function setup_globals() {
     
    3939     * Include needed files
    4040     *
    41      * @since 1.0.0
     41     * @since 3.0.0
    4242     */
    4343    protected function includes() {
     
    5959     * Register do_action() hooks
    6060     *
    61      * @since 1.0.0
     61     * @since 3.0.0
    6262     */
    6363    protected function setup_actions() {
     
    7272     * Register add_filter() hooks
    7373     *
    74      * @since 1.0.0
     74     * @since 3.0.0
    7575     */
    7676    protected function setup_filters() {
     
    9292     * Register notifications filters for the friends component.
    9393     *
    94      * @since 1.0.0
     94     * @since 3.0.0
    9595     */
    9696    public function notification_filters() {
     
    117117 * Launch the Friends loader class.
    118118 *
    119  * @since 1.0.0
     119 * @since 3.0.0
    120120 */
    121121function bp_nouveau_friends( $bp_nouveau = null ) {
Note: See TracChangeset for help on using the changeset viewer.