We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6173623 commit 53c422bCopy full SHA for 53c422b
projects/plugins/jetpack/sal/class.json-api-site-jetpack.php
@@ -363,8 +363,8 @@ public function is_private() {
363
364
// Making sure wpcomsh plugin is available.
365
if ( function_exists( '\Private_Site\maybe_fix_private_site_option' ) && function_exists( '\Private_Site\site_is_private' ) ) {
366
- \Private_Site\maybe_fix_private_site_option();
367
- return \Private_Site\site_is_private();
+ \Private_Site\maybe_fix_private_site_option(); // @phan-suppress-current-line UndefError
+ return \Private_Site\site_is_private(); // @phan-suppress-current-line UndefError
368
}
369
370
return (int) $this->get_atomic_cloud_site_option( 'blog_public' ) === -1;
0 commit comments