Skip to content

Commit 5dee0d1

Browse files
committed
improved cache command short and long descriptions
1 parent 9107df7 commit 5dee0d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Cache_Command.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?php
22

33
/**
4-
* cache manipulates the WP Object Cache.
4+
* Manipulates the WP Object Cache.
55
*
66
*
7-
* Use a persistent object cache drop-in to persist cache values between requests.
8-
*
9-
* See the Codex for [WP Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache).
7+
* Use a persistent object cache drop-in to persist cache values between requests.
8+
* [WP Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
109
*
1110
* ## EXAMPLES
1211
*

0 commit comments

Comments
 (0)