Changeset 34720 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 09/30/2015 01:27:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r34719 r34720 14 14 protected static $hooks_saved = array(); 15 15 protected static $ignore_files; 16 17 protected $db_version; 16 18 17 19 /** … … 65 67 * See #31130. 66 68 */ 69 $this->db_version = get_option( 'db_version' ); 67 70 if ( is_multisite() ) { 68 $this->db_version = get_option( 'db_version' );69 71 add_filter( 'pre_option_db_version', array( $this, 'db_version' ) ); 70 72 }
Note: See TracChangeset
for help on using the changeset viewer.