OSDN Git Service

clarify description for theme 'enable' and 'disable' subcommands
authorscribu <mail@scribu.net>
Sat, 28 Dec 2013 06:42:27 +0000 (08:42 +0200)
committerscribu <mail@scribu.net>
Sat, 28 Dec 2013 06:42:30 +0000 (08:42 +0200)
see #938

php/commands/theme.php

index 61c42f8..cac57cd 100644 (file)
@@ -130,7 +130,7 @@ class Theme_Command extends \WP_CLI\CommandWithUpgrade {
        }
 
        /**
-        * Enable a theme.
+        * Enable a theme in a multisite install.
         *
         * ## OPTIONS
         *
@@ -182,7 +182,7 @@ class Theme_Command extends \WP_CLI\CommandWithUpgrade {
        }
 
        /**
-        * Disable a theme.
+        * Disable a theme in a multisite install.
         *
         * ## OPTIONS
         *