From 00b68ae0a089de953f16399d18dae7b97959fd94 Mon Sep 17 00:00:00 2001 From: arthur Date: Wed, 28 Aug 2024 13:29:08 +0900 Subject: [PATCH] Update comment --- .../jetpack-mu-wpcom/src/features/blog-privacy/blog-privacy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/packages/jetpack-mu-wpcom/src/features/blog-privacy/blog-privacy.php b/projects/packages/jetpack-mu-wpcom/src/features/blog-privacy/blog-privacy.php index 397394ca82bb8..bab9a6d19159a 100644 --- a/projects/packages/jetpack-mu-wpcom/src/features/blog-privacy/blog-privacy.php +++ b/projects/packages/jetpack-mu-wpcom/src/features/blog-privacy/blog-privacy.php @@ -63,7 +63,7 @@ function robots_txt( string $output, $public ): string { add_filter( 'robots_txt', __NAMESPACE__ . '\\robots_txt', 12, 2 ); /** - * Disable the Open Graph Tags based on the value of either wpcom_public_coming_soon and wpcom_data_sharing_opt_out option. + * Disable the Open Graph Tags based on the value of either wpcom_public_coming_soon option. */ function remove_og_tags() { if ( ! (bool) get_option( 'wpcom_public_coming_soon' ) ) {