Changeset 7365 for trunk/tests/phpunit/testcases/core/cache.php
- Timestamp:
- 11/17/2025 06:00:44 AM (5 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/core/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/cache.php
r6846 r7365 38 38 39 39 // Setup 40 $f_key = md5( serialize( array( 'parent_id' => $f, 'post_type' => $tpt ) ) );41 $t_key = md5( serialize( array( 'parent_id' => $t, 'post_type' => $rpt ) ) );40 $f_key = md5( serialize( array( 'parent_id' => $f, 'post_type' => $tpt, 'post_status' => array( 'draft', 'future' ) ) ) ); 41 $t_key = md5( serialize( array( 'parent_id' => $t, 'post_type' => $rpt, 'post_status' => array( 'draft', 'future' ) ) ) ); 42 42 $last_changed = wp_cache_get_last_changed( 'bbpress_posts' ); 43 43
Note: See TracChangeset
for help on using the changeset viewer.