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/not-gettexted.php

    r25254 r37674  
    77 * @subpackage tools
    88 */
    9 // see: http://php.net/tokenizer
     9// see: https://secure.php.net/tokenizer
    1010if ( ! defined( 'T_ML_COMMENT' ) )
    1111        define( 'T_ML_COMMENT', T_COMMENT );
Note: See TracChangeset for help on using the changeset viewer.