Skip to content

Commit 03d7a23

Browse files
committed
Docs: Correct type of WP_Theme::$cache_expiration from bool to int.
Follow-up to [20029]. Props marian1, mukesh27. See #20103, #64224. Fixes #64583. git-svn-id: https://develop.svn.wordpress.org/trunk@61574 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c2a1ffe commit 03d7a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ final class WP_Theme implements ArrayAccess {
233233
* By default the bucket is not cached, so this value is useless.
234234
*
235235
* @since 3.4.0
236-
* @var bool
236+
* @var int
237237
*/
238238
private static $cache_expiration = 1800;
239239

0 commit comments

Comments
 (0)