Skip to content

Commit eff5dd3

Browse files
committed
Codex link moved to long description
1 parent 0cd931d commit eff5dd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Cache_Command.php

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

33
/**
4-
* The cache command manipulates the WP Object Cache. Codex: https://codex.wordpress.org/Class_Reference/WP_Object_Cache.
4+
* cache manipulates the WP Object Cache.
55
*
66
*
7-
* Use a persistent object cache drop-in to persist cache values between requests.
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).
810
*
911
* ## EXAMPLES
1012
*

0 commit comments

Comments
 (0)