Ticket #40799: https-everywhere.patch
| File https-everywhere.patch, 712 bytes (added by , 9 years ago) |
|---|
-
wp-includes/theme-compat/header.php
16 16 ); 17 17 ?> 18 18 <!DOCTYPE html> 19 <html xmlns="http ://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>19 <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 20 20 <head> 21 <link rel="profile" href="http ://gmpg.org/xfn/11" />21 <link rel="profile" href="https://gmpg.org/xfn/11" /> 22 22 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 23 23 24 24 <title><?php echo wp_get_document_title(); ?></title>