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-includes/deprecated.php

    r31679 r32116  
    5555 * @since 1.0.1
    5656 * @deprecated 1.5.0
    57  * @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
     57 * @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
    5858 */
    5959function start_wp() {
     
    13111311 * @deprecated 4.0.0 Use get_terms() instead.
    13121312 * @see get_terms()
    1313  * @link http://codex.wordpress.org/Function_Reference/get_all_category_ids
     1313 * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids
    13141314 *
    13151315 * @return object List of all of the category IDs.
Note: See TracChangeset for help on using the changeset viewer.