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/meta-boxes.php

    r37488 r37674  
    171171
    172172<?php
    173 /* translators: Publish box date format, see http://php.net/date */
     173/* translators: Publish box date format, see https://secure.php.net/date */
    174174$datef = __( 'M j, Y @ H:i' );
    175175if ( 0 != $post->ID ) {
     
    297297<div id="misc-publishing-actions">
    298298    <?php
    299     /* translators: Publish box date format, see http://php.net/date */
     299    /* translators: Publish box date format, see https://secure.php.net/date */
    300300    $datef = __( 'M j, Y @ H:i' );
    301301    $stamp = __('Uploaded on: <b>%1$s</b>');
Note: See TracChangeset for help on using the changeset viewer.