- Timestamp:
- 06/01/2024 04:59:14 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-core-recently-active-widget.php
r13799 r13882 56 56 * @param array $new_instance The new instance options. 57 57 * @param array $old_instance The old instance options. 58 * @return array $instance The parsed options to be saved.59 58 */ 60 59 public function update( $new_instance, $old_instance ) { … … 69 68 * 70 69 * @param array $instance Widget instance settings. 71 * @return void72 70 */ 73 71 public function form( $instance ) { … … 82 80 * 83 81 * @param array $instance Widget instance settings. 84 * @return array85 82 */ 86 83 public function parse_settings( $instance = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.