Make WordPress Core


Ignore:
Timestamp:
06/10/2016 04:49:09 AM (9 years ago)
Author:
peterwilsoncc
Message:

DOCS: Replace HTTP links with HTTPS.

Replaces unsecure links in documentation and translator comments with their secure versions.

Props johnpgreen, netweb

Fixes #36993

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-atom-comments.php

    r35294 r37674  
    9292        <content type="html" xml:base="<?php comment_link(); ?>"><![CDATA[<?php comment_text(); ?>]]></content>
    9393<?php endif; // post pass
    94     // Return comment threading information (http://www.ietf.org/rfc/rfc4685.txt)
     94    // Return comment threading information (https://www.ietf.org/rfc/rfc4685.txt)
    9595    if ( $comment->comment_parent == 0 ) : // This comment is top level ?>
    9696        <thr:in-reply-to ref="<?php the_guid(); ?>" href="<?php the_permalink_rss() ?>" type="<?php bloginfo_rss('html_type'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.