- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/widgets.php
r11900 r12008 21 21 */ 22 22 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 */ 23 31 $widget_ops = apply_filters( 24 32 'bp_latest_activities', array( … … 61 69 } 62 70 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 */ 64 80 $title = apply_filters( 'widget_title', $title, $instance, $this->id_base ); 65 81
Note: See TracChangeset
for help on using the changeset viewer.