Changeset 8394 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 05/07/2014 12:27:42 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r8114 r8394 113 113 $path = stripslashes( $_SERVER['REQUEST_URI'] ); 114 114 115 if ( version_compare( $GLOBALS['wp_version'], '3. 8.2', '>' ) ) {115 if ( version_compare( $GLOBALS['wp_version'], '3.9', '>=' ) ) { 116 116 117 117 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.