Changeset 34519 for trunk/tests/phpunit/tests/option/sanitize-option.php
- Timestamp:
- 09/24/2015 09:01:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitize-option.php
r33907 r34519 41 41 array( 'siteurl', 'http://example.org/subdir', 'http://example.org/subdir' ), 42 42 array( 'siteurl', get_option( 'siteurl' ), '' ), 43 array( 'home', 'http://example.org', ' example.org' ),43 array( 'home', 'http://example.org', 'http://example.org' ), 44 44 array( 'home', 'https://example.org', 'https://example.org' ), 45 45 array( 'home', 'http://localhost:8000', 'http://localhost:8000' ),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)