' . __( 'Settings Updated.', 'wordpress-seo' ) . '
'; } if ( isset( $_POST[ 'wpseo_restore_blog' ] ) ) { if ( isset( $_POST[ 'wpseo_ms' ][ 'restoreblog' ] ) && is_numeric( $_POST[ 'wpseo_ms' ][ 'restoreblog' ] ) ) { $blog = get_blog_details( $_POST[ 'wpseo_ms' ][ 'restoreblog' ] ); if ( $blog ) { foreach ( get_wpseo_options_arr() as $option ) { $new_options = get_blog_option( $options[ 'defaultblog' ], $option ); if ( count( $new_options ) > 0 ) update_blog_option( $_POST[ 'wpseo_ms' ][ 'restoreblog' ], $option, $new_options ); } echo '' . $blog->blogname . ' ' . __( 'restored to default SEO settings.', 'wordpress-seo' ) . '