- 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-members-widget.php
r13799 r13882 66 66 * @param array $new_instance The new instance options. 67 67 * @param array $old_instance The old instance options. 68 * @return array $instance The parsed options to be saved.69 68 */ 70 69 public function update( $new_instance, $old_instance ) { … … 79 78 * 80 79 * @param array $instance Widget instance settings. 81 * @return void82 80 */ 83 81 public function form( $instance ) { … … 92 90 * 93 91 * @param array $instance Widget instance settings. 94 * @return array95 92 */ 96 93 public function parse_settings( $instance = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.