You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Requested version is older than current (downgrade attempt)
1304
+
WP_CLI::log( "WordPress is up to date at version {$wp_version}." );
1305
+
WP_CLI::log( 'The version you requested (' . Utils\get_flag_value( $assoc_args, 'version' ) . ") is older than the current version ({$wp_version})." );
1306
+
WP_CLI::log( 'Use --force to update anyway (e.g., to downgrade to version ' . Utils\get_flag_value( $assoc_args, 'version' ) . ').' );
1301
1307
} else {
1302
-
WP_CLI::success( 'WordPress is up to date.' );
1308
+
WP_CLI::success( "WordPress is up to date at version {$wp_version}." );
0 commit comments