- Timestamp:
- 02/13/2016 07:32:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-core-friends-widget.php
r10553 r10587 20 20 /** 21 21 * Class constructor. 22 * 23 * @since 1.9.0 22 24 */ 23 25 function __construct() { … … 32 34 /** 33 35 * Display the widget. 36 * 37 * @since 1.9.0 34 38 * 35 39 * @param array $args Widget arguments. … … 139 143 * Process a widget save. 140 144 * 145 * @since 1.9.0 146 * 141 147 * @param array $new_instance The parameters saved by the user. 142 148 * @param array $old_instance The parameters as previously saved to the database. … … 155 161 /** 156 162 * Render the widget edit form. 163 * 164 * @since 1.9.0 157 165 * 158 166 * @param array $instance The saved widget settings.
Note: See TracChangeset
for help on using the changeset viewer.