Make WordPress Core

Changeset 33907


Ignore:
Timestamp:
09/05/2015 02:17:24 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Update Tests_Sanitize_Option::test_sanitize_option() after [33858].

See #23605.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/sanitize-option.php

    r33119 r33907  
    7171            array( 'timezone_string', get_option( 'timezone_string' ), 'invalid' ),
    7272            array( 'permalink_structure', '', '' ),
    73             array( 'permalink_structure', '/%year%/%postname%', '/%year%/ %postname%' ),
     73            array( 'permalink_structure', '/%year%/%20%postname%', '/%year%/ %postname%' ),
    7474            array( 'default_role', 'subscriber', 'subscriber' ),
    7575            array( 'default_role', 'subscriber', 'invalid' ),
Note: See TracChangeset for help on using the changeset viewer.