Skip to content

Commit 1835149

Browse files
committed
Add a more descriptive summary for transient.
1 parent 079157b commit 1835149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transient_Command.php

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

33
/**
4-
* Manipulates the WordPress Transient Cache.
4+
* Adds, gets, and deletes entries in the WordPress Transient Cache.
55
*
66
* By default, the transient cache uses the WordPress database to persist values
77
* between requests. When a persistent object cache drop-in is installed, the

0 commit comments

Comments
 (0)