Changeset 33907
- Timestamp:
- 09/05/2015 02:17:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitize-option.php
r33119 r33907 71 71 array( 'timezone_string', get_option( 'timezone_string' ), 'invalid' ), 72 72 array( 'permalink_structure', '', '' ), 73 array( 'permalink_structure', '/%year%/% postname%', '/%year%/ %postname%' ),73 array( 'permalink_structure', '/%year%/%20%postname%', '/%year%/ %postname%' ), 74 74 array( 'default_role', 'subscriber', 'subscriber' ), 75 75 array( 'default_role', 'subscriber', 'invalid' ),
Note: See TracChangeset
for help on using the changeset viewer.