- Timestamp:
- 06/10/2020 06:32:29 PM (6 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/formatting/redirect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.1/tests/phpunit/tests/formatting/redirect.php
r40190 r47969 31 31 $this->assertEquals('http://[2606:2800:220:6d:26bf:1447:aa7]/', wp_sanitize_redirect('http://[2606:2800:220:6d:26bf:1447:aa7]/')); 32 32 $this->assertEquals('http://example.com/search.php?search=(amistillhere)', wp_sanitize_redirect('http://example.com/search.php?search=(amistillhere)')); 33 $this->assertEquals('http://example.com/@username', wp_sanitize_redirect('http://example.com/@username')); 33 34 } 34 35
Note: See TracChangeset
for help on using the changeset viewer.