OSDN Git Service

Change cd $(wp theme path) is cd $(wp plugin path) in plugin.php
authorwojsmol <wojsmol@wp.pl>
Thu, 24 Oct 2013 18:57:06 +0000 (20:57 +0200)
committerwojsmol <wojsmol@wp.pl>
Thu, 24 Oct 2013 18:57:06 +0000 (20:57 +0200)
php/commands/plugin.php

index 3bb1746..a9a2e83 100644 (file)
@@ -220,7 +220,7 @@ class Plugin_Command extends \WP_CLI\CommandWithUpgrade {
         *
         * ## EXAMPLES
         *
-        *     cd $(wp theme path)
+        *     cd $(wp plugin path)
         */
        function path( $args, $assoc_args ) {
                $path = untrailingslashit( WP_PLUGIN_DIR );