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-admin/includes/misc.php

    r37619 r37674  
    882882            $response['wp_autosave'] = array( 'success' => false, 'message' => __( 'Error while saving.' ) );
    883883        } else {
    884             /* translators: draft saved date format, see http://php.net/date */
     884            /* translators: draft saved date format, see https://secure.php.net/date */
    885885            $draft_saved_date_format = __( 'g:i:s a' );
    886886            /* translators: %s: date and time */
Note: See TracChangeset for help on using the changeset viewer.