Make WordPress Core


Ignore:
Timestamp:
04/12/2015 09:28:58 PM (11 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/twentyeleven/functions.php

    r31971 r32116  
    1010 * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    1111 *
    12  * When using a child theme (see http://codex.wordpress.org/Theme_Development and
    13  * http://codex.wordpress.org/Child_Themes), you can override certain functions
     12 * When using a child theme (see https://codex.wordpress.org/Theme_Development and
     13 * https://codex.wordpress.org/Child_Themes), you can override certain functions
    1414 * (those wrapped in a function_exists() call) by defining them first in your child theme's
    1515 * functions.php file. The child theme's functions.php file is included before the parent
     
    3232 * </code>
    3333 *
    34  * For more information on hooks, actions, and filters, see http://codex.wordpress.org/Plugin_API.
     34 * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API.
    3535 *
    3636 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.