Changeset 29789 for trunk/tests/phpunit/includes/wp-profiler.php
- Timestamp:
- 09/29/2014 01:36:38 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/wp-profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/wp-profiler.php
r25254 r29789 149 149 150 150 function _query_count($queries) { 151 // this requires the savequeries patch at http ://trac.wordpress.org/ticket/5218151 // this requires the savequeries patch at https://core.trac.wordpress.org/ticket/5218 152 152 $out = array(); 153 153 foreach ($queries as $q) {
Note: See TracChangeset
for help on using the changeset viewer.