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

    r31261 r32116  
    77 * filter hooks in WordPress to change core functionality.
    88 *
    9  * When using a child theme (see http://codex.wordpress.org/Theme_Development and
    10  * http://codex.wordpress.org/Child_Themes), you can override certain functions
     9 * When using a child theme (see https://codex.wordpress.org/Theme_Development and
     10 * https://codex.wordpress.org/Child_Themes), you can override certain functions
    1111 * (those wrapped in a function_exists() call) by defining them first in your child theme's
    1212 * functions.php file. The child theme's functions.php file is included before the parent
     
    1616 * to a filter or action hook.
    1717 *
    18  * For more information on hooks, actions, and filters, @link http://codex.wordpress.org/Plugin_API
     18 * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
    1919 *
    2020 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.