blog_id, 'bp_core_widget_welcome' ); ?>

blog_id, 'bp_core_widget_welcome' ); if ( $_POST['bp-widget-welcome-submit'] ) { $newoptions['title'] = strip_tags( stripslashes( $_POST['bp-widget-welcome-title'] ) ); $newoptions['text'] = stripslashes( wp_filter_post_kses( $_POST['bp-widget-welcome-text'] ) ); } if ( $options != $newoptions ) { $options = $newoptions; update_blog_option( $current_blog->blog_id, 'bp_core_widget_welcome', $options ); } $title = attribute_escape( $options['title'] ); $text = attribute_escape( $options['text'] ); ?>

blog_id, 'bp_core_widget_members' ); ?>
| |
blog_id, 'bp_core_widget_members'); if ( $_POST['bp-core-widget-members-submit'] ) { $newoptions['max_members'] = strip_tags( stripslashes( $_POST['bp-core-widget-members-max'] ) ); } if ( $options != $newoptions ) { $options = $newoptions; update_blog_option( $current_blog->blog_id, 'bp_core_widget_members', $options ); } $max_members = attribute_escape( $options['max_members'] ); ?>

blog_id, 'bp_core_widget_whos_online' ); ?>
user_id, 1 ) ?>
blog_id, 'bp_core_widget_whos_online' ); if ( $_POST['bp-widget-whos-online-submit'] ) { $newoptions['max_members'] = strip_tags( stripslashes( $_POST['bp-widget-whos-online-max-members'] ) ); } if ( $options != $newoptions ) { $options = $newoptions; update_blog_option( $current_blog->blog_id, 'bp_core_widget_whos_online', $options ); } $max_members = attribute_escape( $options['max_members'] ); ?>