mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
DOCS: Replace HTTP links with HTTPS.
Replaces unsecure links in documentation and translator comments with their secure versions. Props johnpgreen, netweb Fixes #36993 git-svn-id: https://develop.svn.wordpress.org/trunk@37674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -63,12 +63,12 @@ class MagpieRSS {
|
||||
# if PHP xml isn't compiled in, die
|
||||
#
|
||||
if ( !function_exists('xml_parser_create') )
|
||||
trigger_error( "Failed to load PHP's XML Extension. http://www.php.net/manual/en/ref.xml.php" );
|
||||
trigger_error( "Failed to load PHP's XML Extension. https://secure.php.net/manual/en/ref.xml.php" );
|
||||
|
||||
$parser = @xml_parser_create();
|
||||
|
||||
if ( !is_resource($parser) )
|
||||
trigger_error( "Failed to create an instance of PHP's XML parser. http://www.php.net/manual/en/ref.xml.php");
|
||||
trigger_error( "Failed to create an instance of PHP's XML parser. https://secure.php.net/manual/en/ref.xml.php");
|
||||
|
||||
$this->parser = $parser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user