From 50010c4c30ed2a270c3d776626c520e083873798 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 2 Jul 2013 06:39:46 -0700 Subject: [PATCH] Mention why there's no break See https://github.com/wp-cli/wp-cli/pull/476/files#r4981709 [ci-skip] --- php/commands/plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/commands/plugin.php b/php/commands/plugin.php index 54639bc3..8ebb2ed7 100644 --- a/php/commands/plugin.php +++ b/php/commands/plugin.php @@ -177,6 +177,7 @@ class Plugin_Command extends \WP_CLI\CommandWithUpgrade { list( $file, $name ) = $this->parse_name( array( $api->slug ) ); $this->_delete( $file ); } + // fallthrough - need to install the plugin nows case 'install': $upgrader = WP_CLI\Utils\get_upgrader( $this->upgrader ); -- 2.11.0