Skip to content

Commit 12c5d9d

Browse files
authored
Merge pull request #12 from ako80218/improve-desc
Improve command short and long description
2 parents 2d14646 + 06cbe55 commit 12c5d9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Cache_Command.php

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

33
/**
4-
* Manage the object cache.
4+
* Manipulates the WP Object Cache.
5+
*
56
*
67
* 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)
79
*
810
* ## EXAMPLES
911
*

0 commit comments

Comments
 (0)