Skip to content

Commit 45909c6

Browse files
Update src/wp-includes/cache-compat.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent df2dabf commit 45909c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/cache-compat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function wp_cache_get_salted( $cache_key, $group, $salt ) {
236236
* @param string $cache_key The cache key under which to store the data.
237237
* @param mixed $data The data to be cached.
238238
* @param string $group The cache group to which the data belongs.
239-
* @param string|string[] $salt The timestamp (or multiple timestamps if an array) indicating when the cache group(s) were last updated.
239+
* @param string|string[] $salt The timestamp (or multiple timestamps if an array) indicating when the cache group(s) were last updated.
240240
* @param int $expire Optional. When to expire the cache contents, in seconds.
241241
* Default 0 (no expiration).
242242
* @return bool True on success, false on failure.

0 commit comments

Comments
 (0)