- Timestamp:
- 12/14/2017 11:45:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php
r6210 r6275 600 600 ), 601 601 ), 602 603 602 604 603 /* … … 1132 1131 * @return false 1133 1132 */ 1134 function wp_cache_get( ) {1133 function wp_cache_get( $key, $group = '', $force = false, &$found = null ) { 1135 1134 return false; 1136 1135 } … … 1139 1138 * Stub to simulate cache misses, so that the tests always get fresh results 1140 1139 */ 1141 function wp_cache_set( ) {1140 function wp_cache_set( $key, $data, $group = '', $expire = 0 ) { 1142 1141 // Intentionally empty 1143 1142 }
Note: See TracChangeset
for help on using the changeset viewer.