Changeset 54229 for trunk/tests/phpunit/tests/option/sanitizeOption.php
- Timestamp:
- 09/19/2022 11:46:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitizeOption.php
r53865 r54229 70 70 array( 'timezone_string', 'Europe/London', 'Europe/London' ), 71 71 array( 'timezone_string', get_option( 'timezone_string' ), 'invalid' ), 72 // @ticket 56468 73 'deprecated timezone string is accepted as valid' => array( 74 'option_name' => 'timezone_string', 75 'sanitized' => 'America/Buenos_Aires', 76 'original' => 'America/Buenos_Aires', 77 ), 72 78 array( 'permalink_structure', '', '' ), 73 79 array( 'permalink_structure', '/%year%/%20%postname%', '/%year%/ %postname%' ),
Note: See TracChangeset
for help on using the changeset viewer.