Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48235 r48574  
    561561 * @param WP_Comment $comment         Comment object.
    562562 * @param WP_User    $user            Comment author's user object. The user may not exist.
    563  * @param boolean    $cookies_consent Optional. Comment author's consent to store cookies. Default true.
     563 * @param bool       $cookies_consent Optional. Comment author's consent to store cookies. Default true.
    564564 */
    565565function wp_set_comment_cookies( $comment, $user, $cookies_consent = true ) {
Note: See TracChangeset for help on using the changeset viewer.