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.
2 parents a6e4c61 + cf56a62 commit 4f4992fCopy full SHA for 4f4992f
entity-command.php
@@ -32,7 +32,7 @@
32
if ( !is_multisite() ) {
33
WP_CLI::error( 'This is not a multisite installation.' );
34
}
35
- if( function_exists('is_site_meta_supported') && !is_site_meta_supported() ){
+ if( ! function_exists('is_site_meta_supported') || ! is_site_meta_supported() ){
36
WP_CLI::error( sprintf( 'The %s table is not installed. Please run the network database upgrade.', $GLOBALS['wpdb']->blogmeta ) );
37
38
0 commit comments