From 0be188895f742af6dfae0520e45511b65cefceb8 Mon Sep 17 00:00:00 2001 From: scribu Date: Sat, 26 Jan 2013 04:03:24 +0100 Subject: [PATCH] scaffold plugin: made success msg consistent with other scaffolds --- php/commands/scaffold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/commands/scaffold.php b/php/commands/scaffold.php index b5511feb..45ee281f 100755 --- a/php/commands/scaffold.php +++ b/php/commands/scaffold.php @@ -168,7 +168,7 @@ class Scaffold_Command extends WP_CLI_Command { $this->create_file( $plugin_path, $plugin_contents ); - WP_CLI::success( "Plugin scaffold created: $plugin_path" ); + WP_CLI::success( "Created $plugin_path" ); if ( isset( $assoc_args['activate'] ) ) WP_CLI::run_command( array( 'plugin', 'activate', $plugin_slug ) ); -- 2.11.0