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/twentythirteen/functions.php

    r31932 r32116  
    77 * hooks in WordPress to change core functionality.
    88 *
    9  * When using a child theme (see http://codex.wordpress.org/Theme_Development
    10  * and http://codex.wordpress.org/Child_Themes), you can override certain
     9 * When using a child theme (see https://codex.wordpress.org/Theme_Development
     10 * and https://codex.wordpress.org/Child_Themes), you can override certain
    1111 * functions (those wrapped in a function_exists() call) by defining them first
    1212 * in your child theme's functions.php file. The child theme's functions.php
     
    1717 * instead attached to a filter or action hook.
    1818 *
    19  * For more information on hooks, actions, and filters, @link http://codex.wordpress.org/Plugin_API
     19 * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
    2020 *
    2121 * @package WordPress
     
    8888    /*
    8989     * This theme supports all available post formats by default.
    90      * See http://codex.wordpress.org/Post_Formats
     90     * See https://codex.wordpress.org/Post_Formats
    9191     */
    9292    add_theme_support( 'post-formats', array(
Note: See TracChangeset for help on using the changeset viewer.