mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Use HTTPS URLs for core.trac.wordpress.org
see #27115 git-svn-id: https://develop.svn.wordpress.org/trunk@29788 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -145,7 +145,7 @@ class Tests_Import_Parser extends WP_Import_UnitTestCase {
|
||||
* Test the WXR parser's ability to correctly retrieve content from CDATA
|
||||
* sections that contain escaped closing tags ("]]>" -> "]]]]><![CDATA[>").
|
||||
*
|
||||
* @link http://core.trac.wordpress.org/ticket/15203
|
||||
* @link https://core.trac.wordpress.org/ticket/15203
|
||||
*/
|
||||
function test_escaped_cdata_closing_sequence() {
|
||||
$file = DIR_TESTDATA . '/export/crazy-cdata-escaped.xml';
|
||||
|
||||
Reference in New Issue
Block a user