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

    r11856 r11899  
    33 * BP Nouveau Activity widgets
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * A widget to display the latest activities of your community!
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 */
    1616class BP_Latest_Activities extends WP_Widget {
     
    1818     * Construct the widget.
    1919     *
    20      * @since 1.0.0
     20     * @since 3.0.0
    2121     */
    2222    public function __construct() {
     
    3535     * Register the widget.
    3636     *
    37      * @since 1.0.0
     37     * @since 3.0.0
    3838     */
    3939    public static function register_widget() {
     
    4444     * Display the widget content.
    4545     *
    46      * @since 1.0.0
     46     * @since 3.0.0
    4747     *
    4848     * @param  array $args     Widget arguments.
     
    115115     * Update the widget settings.
    116116     *
    117      * @since 1.0.0
     117     * @since 3.0.0
    118118     *
    119119     * @param array $new_instance The new instance settings.
     
    142142     * Display the form to set the widget settings.
    143143     *
    144      * @since 1.0.0
     144     * @since 3.0.0
    145145     *
    146146     * @param array $instance Settings for this widget.
Note: See TracChangeset for help on using the changeset viewer.