- Timestamp:
- 02/24/2023 09:37:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions/bpCoreGetDirectoryPageIds.php
r13159 r13431 250 250 bp_update_option( 'bp-pages', 'foo' ); 251 251 252 $this->assertFalse( wp_cache_get( 'directory_pages', 'bp ' ) );252 $this->assertFalse( wp_cache_get( 'directory_pages', 'bp_pages' ) ); 253 253 254 254 bp_update_option( 'bp-pages', $v );
Note: See TracChangeset
for help on using the changeset viewer.