Skip to content

Commit 0cf4cfe

Browse files
author
Jonny Harris
committed
Remove check for WordPress 5.0.0
1 parent 8801ddf commit 0cf4cfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entity-command.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
if ( !is_multisite() ) {
3333
WP_CLI::error( 'This is not a multisite installation.' );
3434
}
35-
if ( \WP_CLI\Utils\wp_version_compare( '5.0', '<' ) ) {
36-
WP_CLI::error( "Requires WordPress 5.0 or greater." );
37-
}
3835
if( function_exists('is_site_meta_supported') && !is_site_meta_supported() ){
3936
WP_CLI::error( sprintf( 'The %s table is not installed. Please run the network database upgrade.', $GLOBALS['wpdb']->blogmeta ) );
4037
}

0 commit comments

Comments
 (0)