Make WordPress Core


Ignore:
Timestamp:
06/25/2017 10:05:54 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Replace a variety of http links referenced in inline docs with their https counterparts (where possible).

Props johnpgreen.
Fixes #40732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/functions.php

    r40851 r40948  
    7979     * Enable support for Post Thumbnails on posts and pages.
    8080     *
    81      * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
     81     * @link https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
    8282     */
    8383    add_theme_support( 'post-thumbnails' );
Note: See TracChangeset for help on using the changeset viewer.