Changeset 45588 for trunk/tests/phpunit/tests/option/wpLoadAllOptions.php
- Timestamp:
- 07/02/2019 04:43:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/wpLoadAllOptions.php
r42343 r45588 105 105 106 106 function return_pre_cache_filter( $alloptions ) { 107 return $this->alloptions = $alloptions; 107 $this->alloptions = $alloptions; 108 return $this->alloptions; 108 109 } 109 110 }
Note: See TracChangeset
for help on using the changeset viewer.