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/tools/i18n/t/ExtractTest.php

    r36781 r37674  
    206206        $this->assertEquals( array( array(
    207207                'name' => '__', 'args' => array( 'F j, Y g:i a' ), 'line' => 3,
    208                 'comment' => 'translators: localized date and time format, see http://php.net/date'
     208                'comment' => 'translators: localized date and time format, see https://secure.php.net/date'
    209209            ) ),
    210210            $this->extractor->find_function_calls( array( '__' ),
    211211                "<?php
    212                 /* translators: localized date and time format, see http://php.net/date */
     212                /* translators: localized date and time format, see https://secure.php.net/date */
    213213                __( 'F j, Y g:i a' );"
    214214            )
Note: See TracChangeset for help on using the changeset viewer.