Make WordPress Core

Changeset 48289


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

General: Use HTTPS for the Web Address field example on Edit Link screen.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-link-form.php

    r47785 r48289  
    123123<div class="inside">
    124124    <input type="text" name="link_url" size="30" maxlength="255" class="code" value="<?php echo esc_attr( $link->link_url ); ?>" id="link_url" />
    125     <p><?php _e( 'Example: <code>http://wordpress.org/</code> &#8212; don&#8217;t forget the <code>http://</code>' ); ?></p>
     125    <p><?php _e( 'Example: <code>https://wordpress.org/</code> &#8212; don&#8217;t forget the <code>https://</code>' ); ?></p>
    126126</div>
    127127</div>
Note: See TracChangeset for help on using the changeset viewer.