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

    r11900 r12008  
    2121     */
    2222    public function __construct() {
     23
     24        /**
     25         * Filters the widget options for the BP_Latest_Activities widget.
     26         *
     27         * @since 3.0.0
     28         *
     29         * @param array $value Array of widget options.
     30         */
    2331        $widget_ops = apply_filters(
    2432            'bp_latest_activities', array(
     
    6169        }
    6270
    63         // Allow title to be filtered
     71        /**
     72         * Filters the BP_Latest_Activities widget title.
     73         *
     74         * @since 3.0.0
     75         *
     76         * @param string $title    The widget title.
     77         * @param array  $instance The settings for the particular instance of the widget.
     78         * @param string $id_base  Root ID for all widgets of this type.
     79         */
    6480        $title = apply_filters( 'widget_title', $title, $instance, $this->id_base );
    6581
Note: See TracChangeset for help on using the changeset viewer.