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/author-template.php

    r31653 r32116  
    55 * These functions must be used within the WordPress Loop.
    66 *
    7  * @link http://codex.wordpress.org/Author_Templates
     7 * @link https://codex.wordpress.org/Author_Templates
    88 *
    99 * @package WordPress
     
    5050 * @since 0.71
    5151 * @see get_the_author()
    52  * @link http://codex.wordpress.org/Template_Tags/the_author
     52 * @link https://codex.wordpress.org/Template_Tags/the_author
    5353 *
    5454 * @param string $deprecated Deprecated.
     
    102102/**
    103103 * Retrieve the requested data of the author of the current post.
    104  * @link http://codex.wordpress.org/Template_Tags/the_author_meta
     104 * @link https://codex.wordpress.org/Template_Tags/the_author_meta
    105105 * @since 2.8.0
    106106 * @param string $field selects the field of the users record.
     
    136136/**
    137137 * Retrieve the requested data of the author of the current post.
    138  * @link http://codex.wordpress.org/Template_Tags/the_author_meta
     138 * @link https://codex.wordpress.org/Template_Tags/the_author_meta
    139139 * @since 2.8.0
    140140 * @param string $field selects the field of the users record.
     
    178178 * author's name.
    179179 *
    180  * @link http://codex.wordpress.org/Template_Tags/the_author_link
     180 * @link https://codex.wordpress.org/Template_Tags/the_author_link
    181181 *
    182182 * @since 2.1.0
     
    204204 * Display the number of posts by the author of the current post.
    205205 *
    206  * @link http://codex.wordpress.org/Template_Tags/the_author_posts
     206 * @link https://codex.wordpress.org/Template_Tags/the_author_posts
    207207 * @since 0.71
    208208 */
     
    218218 * link to the author's posts.
    219219 *
    220  * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link
     220 * @link https://codex.wordpress.org/Template_Tags/the_author_posts_link
    221221 * @since 1.2.0
    222222 * @param string $deprecated Deprecated.
     
    288288 * List all the authors of the blog, with several options available.
    289289 *
    290  * @link http://codex.wordpress.org/Template_Tags/wp_list_authors
     290 * @link https://codex.wordpress.org/Template_Tags/wp_list_authors
    291291 *
    292292 * @since 1.2.0
Note: See TracChangeset for help on using the changeset viewer.