Changeset 56161
- Timestamp:
- 07/07/2023 11:30:15 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/object-cache.php
r55742 r56161 913 913 */ 914 914 public $blog_prefix = ''; 915 916 /** 917 * Thirty days in seconds. 918 * 919 * @var int 920 */ 921 public $thirty_days; 922 923 /** 924 * Current unix time stamp. 925 * 926 * @var int 927 */ 928 public $now; 915 929 916 930 /**
Note: See TracChangeset
for help on using the changeset viewer.