- 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-whos-online-widget.php
r13799 r13882 57 57 * @param array $new_instance The new instance options. 58 58 * @param array $old_instance The old instance options. 59 * @return array $instance The parsed options to be saved.60 59 */ 61 60 public function update( $new_instance, $old_instance ) { … … 70 69 * 71 70 * @param array $instance Widget instance settings. 72 * @return void73 71 */ 74 72 public function form( $instance ) { … … 83 81 * 84 82 * @param array $instance Widget instance settings. 85 * @return array86 83 */ 87 84 public function parse_settings( $instance = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.