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

    r32038 r32116  
    11321132 *
    11331133 * @since 2.9.0
    1134  * @link http://codex.wordpress.org/Function_Reference/add_comment_meta
     1134 * @link https://codex.wordpress.org/Function_Reference/add_comment_meta
    11351135 *
    11361136 * @param int $comment_id Comment ID.
     
    11521152 *
    11531153 * @since 2.9.0
    1154  * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta
     1154 * @link https://codex.wordpress.org/Function_Reference/delete_comment_meta
    11551155 *
    11561156 * @param int $comment_id comment ID
     
    11671167 *
    11681168 * @since 2.9.0
    1169  * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
     1169 * @link https://codex.wordpress.org/Function_Reference/get_comment_meta
    11701170 *
    11711171 * @param int $comment_id Comment ID.
     
    11881188 *
    11891189 * @since 2.9.0
    1190  * @link http://codex.wordpress.org/Function_Reference/update_comment_meta
     1190 * @link https://codex.wordpress.org/Function_Reference/update_comment_meta
    11911191 *
    11921192 * @param int $comment_id Comment ID.
Note: See TracChangeset for help on using the changeset viewer.