File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ wp cache
21
21
22
22
By default, the WP Object Cache exists in PHP memory for the length of the
23
23
request (and is emptied at the end). Use a persistent object cache drop-in
24
- to persist the object cache between request .
24
+ to persist the object cache between requests .
25
25
26
26
[ Read the codex article] ( https://codex.wordpress.org/Class_Reference/WP_Object_Cache )
27
27
for more detail.
Original file line number Diff line number Diff line change 5
5
*
6
6
* By default, the WP Object Cache exists in PHP memory for the length of the
7
7
* request (and is emptied at the end). Use a persistent object cache drop-in
8
- * to persist the object cache between request .
8
+ * to persist the object cache between requests .
9
9
*
10
10
* [Read the codex article](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
11
11
* for more detail.
You can’t perform that action at this time.
0 commit comments