From e19567714d9bdc3510c2719e443922b2c1c6f6e7 Mon Sep 17 00:00:00 2001 From: ako80218 Date: Fri, 18 Aug 2017 19:09:46 -0600 Subject: [PATCH 1/4] Improved cache command description --- src/Cache_Command.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Cache_Command.php b/src/Cache_Command.php index 7d9301d66..e1472af8e 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -1,7 +1,11 @@ Date: Mon, 21 Aug 2017 11:40:18 -0600 Subject: [PATCH 2/4] Improved description for the wp-cli cache command --- src/Cache_Command.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Cache_Command.php b/src/Cache_Command.php index e1472af8e..9f9722009 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -1,11 +1,8 @@ Date: Mon, 21 Aug 2017 11:59:19 -0600 Subject: [PATCH 3/4] Improved description for the wp-cli cache command --- src/Cache_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cache_Command.php b/src/Cache_Command.php index 9f9722009..28df4ece0 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -2,7 +2,7 @@ /** * The cache command manipulates the WP Object Cache. Codex: https://codex.wordpress.org/Class_Reference/WP_Object_Cache. - * This is a a test + * * * Use a persistent object cache drop-in to persist cache values between requests. * From eff5dd3fa39361bfe9d5d4b72718725ece52e0e0 Mon Sep 17 00:00:00 2001 From: ako80218 Date: Mon, 21 Aug 2017 15:38:43 -0600 Subject: [PATCH 4/4] Codex link moved to long description --- src/Cache_Command.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Cache_Command.php b/src/Cache_Command.php index 28df4ece0..ced4e817b 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -1,10 +1,12 @@