Changeset 9471 for trunk/tests/phpunit/testcases/core/cache.php
- Timestamp:
- 02/10/2015 02:49:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/cache.php
r8958 r9471 14 14 15 15 // Confirm that all activitymeta is deleted 16 global $wpdb, $bp; 16 global $wpdb; 17 18 $bp = buddypress(); 19 17 20 $wpdb->query( $wpdb->prepare( "DELETE FROM {$bp->activity->table_name_meta} WHERE activity_id = %d", $a1 ) ); 18 21
Note: See TracChangeset
for help on using the changeset viewer.