- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/widgets.php
r11856 r11899 3 3 * BP Nouveau Activity widgets 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * A widget to display the latest activities of your community! 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 */ 16 16 class BP_Latest_Activities extends WP_Widget { … … 18 18 * Construct the widget. 19 19 * 20 * @since 1.0.020 * @since 3.0.0 21 21 */ 22 22 public function __construct() { … … 35 35 * Register the widget. 36 36 * 37 * @since 1.0.037 * @since 3.0.0 38 38 */ 39 39 public static function register_widget() { … … 44 44 * Display the widget content. 45 45 * 46 * @since 1.0.046 * @since 3.0.0 47 47 * 48 48 * @param array $args Widget arguments. … … 115 115 * Update the widget settings. 116 116 * 117 * @since 1.0.0117 * @since 3.0.0 118 118 * 119 119 * @param array $new_instance The new instance settings. … … 142 142 * Display the form to set the widget settings. 143 143 * 144 * @since 1.0.0144 * @since 3.0.0 145 145 * 146 146 * @param array $instance Settings for this widget.
Note: See TracChangeset
for help on using the changeset viewer.