Make WordPress Core


Ignore:
Timestamp:
07/03/2020 11:40:45 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Use HTTPS for XHTML Friends Network URL.

Props raajtram, jrf, passoniate, bookdude13, sabernhardt, audrasjb.
See #48002.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/header.php

    r48126 r48290  
    1919<html <?php language_attributes(); ?>>
    2020<head>
    21 <link rel="profile" href="http://gmpg.org/xfn/11" />
     21<link rel="profile" href="https://gmpg.org/xfn/11" />
    2222<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
    2323
Note: See TracChangeset for help on using the changeset viewer.