Make WordPress Core


Ignore:
Timestamp:
03/08/2014 04:13:28 AM (11 years ago)
Author:
nacin
Message:

Use SSL when linking to WordPress.org. see #27115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r27262 r27469  
    1717</head>
    1818<body class="wp-core-ui">
    19     <h1 id="logo"><a href="http://wordpress.org/">WordPress</a></h1>
     19    <h1 id="logo"><a href="https://wordpress.org/">WordPress</a></h1>
    2020    <h2>Error: PHP is not running</h2>
    2121    <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p>
     
    6363</head>
    6464<body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>">
    65 <h1 id="logo"><a href="<?php echo esc_url( __( 'http://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
     65<h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
    6666
    6767<?php
Note: See TracChangeset for help on using the changeset viewer.