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

    r37673 r37674  
    843843 *
    844844 * If the modification name does not exist, then the $default will be passed
    845  * through {@link http://php.net/sprintf sprintf()} PHP function with the first
     845 * through {@link https://secure.php.net/sprintf sprintf()} PHP function with the first
    846846 * string the template directory URI and the second string the stylesheet
    847847 * directory URI.
Note: See TracChangeset for help on using the changeset viewer.