Make WordPress Core


Ignore:
Timestamp:
04/12/2015 09:28:58 PM (10 years ago)
Author:
ocean90
Message:

Use HTTPS URLs for codex.wordpress.org.

see #27115.

File:
1 edited

Legend:

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

    r31842 r32116  
    1212 * the parent theme's file, so the child theme functions would be used.
    1313 *
    14  * @link http://codex.wordpress.org/Theme_Development
    15  * @link http://codex.wordpress.org/Child_Themes
     14 * @link https://codex.wordpress.org/Theme_Development
     15 * @link https://codex.wordpress.org/Child_Themes
    1616 *
    1717 * Functions that are not pluggable (not wrapped in function_exists()) are
     
    1919 *
    2020 * For more information on hooks, actions, and filters,
    21  * @link http://codex.wordpress.org/Plugin_API
     21 * @link https://codex.wordpress.org/Plugin_API
    2222 *
    2323 * @package WordPress
     
    9595    /*
    9696     * Enable support for Post Formats.
    97      * See http://codex.wordpress.org/Post_Formats
     97     * See https://codex.wordpress.org/Post_Formats
    9898     */
    9999    add_theme_support( 'post-formats', array(
Note: See TracChangeset for help on using the changeset viewer.