Changeset 33905
- Timestamp:
- 09/05/2015 02:05:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/GetUrlInContent.php
r27019 r33905 35 35 array ( 36 36 'ABC<div><a href="http://example.com/Mr%20WordPress 2">LINK</a> CONTENT </div>', 37 "http://example.com/Mr%20WordPress 2"37 "http://example.com/Mr%20WordPress%202" 38 38 ), // escape link 39 39 );
Note: See TracChangeset
for help on using the changeset viewer.