Make WordPress Core


Ignore:
Timestamp:
07/25/2019 10:44:48 PM (6 years ago)
Author:
SergeyBiryukov
Message:

General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Props ianbelanger, tobifjellner, SergeyBiryukov.
See #47771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r45667 r45674  
    435435 *
    436436 * @since 2.9.0
    437  * @link https://codex.wordpress.org/Function_Reference/add_comment_meta
     437 * @link https://developer.wordpress.org/reference/functions/add_comment_meta/
    438438 *
    439439 * @param int $comment_id Comment ID.
     
    455455 *
    456456 * @since 2.9.0
    457  * @link https://codex.wordpress.org/Function_Reference/delete_comment_meta
     457 * @link https://developer.wordpress.org/reference/functions/delete_comment_meta/
    458458 *
    459459 * @param int $comment_id comment ID
     
    470470 *
    471471 * @since 2.9.0
    472  * @link https://codex.wordpress.org/Function_Reference/get_comment_meta
     472 * @link https://developer.wordpress.org/reference/functions/get_comment_meta/
    473473 *
    474474 * @param int $comment_id Comment ID.
     
    491491 *
    492492 * @since 2.9.0
    493  * @link https://codex.wordpress.org/Function_Reference/update_comment_meta
     493 * @link https://developer.wordpress.org/reference/functions/update_comment_meta/
    494494 *
    495495 * @param int $comment_id Comment ID.
Note: See TracChangeset for help on using the changeset viewer.