We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9107df7 commit 5dee0d1Copy full SHA for 5dee0d1
src/Cache_Command.php
@@ -1,12 +1,11 @@
1
<?php
2
3
/**
4
- * cache manipulates the WP Object Cache.
+ * Manipulates the WP Object Cache.
5
*
6
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).
+ * Use a persistent object cache drop-in to persist cache values between requests.
+ * [WP Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
10
11
* ## EXAMPLES
12
0 commit comments