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:
Mark Jaquith
2014-09-29 13:27:55 +00:00
parent 4c22a5003b
commit 7063377539
20 changed files with 34 additions and 34 deletions

View File

@@ -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';