From 42ff9afcbb3f30fdd23e2e0e9105c307edc95406 Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 1 Jan 2013 22:35:58 +0200 Subject: [PATCH] remove @subpackage commands/internals --- php/commands/blog.php | 1 - php/commands/cache.php | 1 - php/commands/cap.php | 1 - php/commands/comment.php | 1 - php/commands/core.php | 1 - php/commands/db.php | 1 - php/commands/option.php | 1 - php/commands/plugin.php | 1 - php/commands/post-meta.php | 1 - php/commands/post.php | 1 - php/commands/theme.php | 1 - php/commands/transient.php | 1 - php/commands/user-meta.php | 1 - php/commands/user.php | 1 - 14 files changed, 14 deletions(-) diff --git a/php/commands/blog.php b/php/commands/blog.php index 7e329143..52b86853 100644 --- a/php/commands/blog.php +++ b/php/commands/blog.php @@ -4,7 +4,6 @@ * Manage blogs in a multisite install. * * @package wp-cli - * @subpackage commands/internals */ class Blog_Command extends WP_CLI_Command { diff --git a/php/commands/cache.php b/php/commands/cache.php index 31422959..00b93b25 100644 --- a/php/commands/cache.php +++ b/php/commands/cache.php @@ -4,7 +4,6 @@ * Manage the object cache. * * @package wp-cli - * @subpackage commands/internals */ class Cache_Command extends WP_CLI_Command { diff --git a/php/commands/cap.php b/php/commands/cap.php index 29fe2646..aea5a2f7 100644 --- a/php/commands/cap.php +++ b/php/commands/cap.php @@ -4,7 +4,6 @@ * Manage user capabilities. * * @package wp-cli - * @subpackage commands/internals */ class Capabilities_Command extends WP_CLI_Command { diff --git a/php/commands/comment.php b/php/commands/comment.php index 2db3c0a0..dd5442cd 100644 --- a/php/commands/comment.php +++ b/php/commands/comment.php @@ -4,7 +4,6 @@ * Manage comments. * * @package wp-cli - * @subpackage commands/internals */ class Comment_Command extends WP_CLI_Command { diff --git a/php/commands/core.php b/php/commands/core.php index 86daef29..f3d70f48 100644 --- a/php/commands/core.php +++ b/php/commands/core.php @@ -4,7 +4,6 @@ * Download, install, update and otherwise manage WordPress proper. * * @package wp-cli - * @subpackage commands/internals */ class Core_Command extends WP_CLI_Command { diff --git a/php/commands/db.php b/php/commands/db.php index 2d204d44..10451672 100644 --- a/php/commands/db.php +++ b/php/commands/db.php @@ -4,7 +4,6 @@ * Perform basic database operations. * * @package wp-cli - * @subpackage commands/internals */ class DB_Command extends WP_CLI_Command { diff --git a/php/commands/option.php b/php/commands/option.php index b5f63da4..525a89a3 100644 --- a/php/commands/option.php +++ b/php/commands/option.php @@ -4,7 +4,6 @@ * Manage WordPress options. * * @package wp-cli - * @subpackage commands/internals */ class Option_Command extends WP_CLI_Command { diff --git a/php/commands/plugin.php b/php/commands/plugin.php index b1336659..189dad34 100644 --- a/php/commands/plugin.php +++ b/php/commands/plugin.php @@ -4,7 +4,6 @@ * Manage plugins. * * @package wp-cli - * @subpackage commands/internals */ class Plugin_Command extends \WP_CLI\CommandWithUpgrade { diff --git a/php/commands/post-meta.php b/php/commands/post-meta.php index a987ac4b..08a1052f 100644 --- a/php/commands/post-meta.php +++ b/php/commands/post-meta.php @@ -4,7 +4,6 @@ * Manage post custom fields. * * @package wp-cli - * @subpackage commands/internals */ class Post_Meta_Command extends \WP_CLI\CommandWithMeta { protected $meta_type = 'post'; diff --git a/php/commands/post.php b/php/commands/post.php index e0a082e6..1e69d24b 100644 --- a/php/commands/post.php +++ b/php/commands/post.php @@ -4,7 +4,6 @@ * Manage posts. * * @package wp-cli - * @subpackage commands/internals */ class Post_Command extends \WP_CLI\CommandWithDBObject { diff --git a/php/commands/theme.php b/php/commands/theme.php index ca016ddc..23676580 100644 --- a/php/commands/theme.php +++ b/php/commands/theme.php @@ -4,7 +4,6 @@ * Manage themes. * * @package wp-cli - * @subpackage commands/internals */ class Theme_Command extends \WP_CLI\CommandWithUpgrade { diff --git a/php/commands/transient.php b/php/commands/transient.php index 8c2ee6a5..c7dae596 100644 --- a/php/commands/transient.php +++ b/php/commands/transient.php @@ -4,7 +4,6 @@ * Manage WordPress transients. * * @package wp-cli - * @subpackage commands/internals */ class Transient_Command extends WP_CLI_Command { diff --git a/php/commands/user-meta.php b/php/commands/user-meta.php index 6fe4ed79..59b4b739 100644 --- a/php/commands/user-meta.php +++ b/php/commands/user-meta.php @@ -4,7 +4,6 @@ * Manage user custom fields. * * @package wp-cli - * @subpackage commands/internals */ class User_Meta_Command extends \WP_CLI\CommandWithMeta { protected $meta_type = 'user'; diff --git a/php/commands/user.php b/php/commands/user.php index fe878a65..c3cff0cd 100644 --- a/php/commands/user.php +++ b/php/commands/user.php @@ -4,7 +4,6 @@ * Manage users. * * @package wp-cli - * @subpackage commands/internals */ class User_Command extends \WP_CLI\CommandWithDBObject { -- 2.11.0