Make WordPress Core


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

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-comments-post.php

    r47887 r48574  
    5151 * @param WP_Comment $comment         Comment object.
    5252 * @param WP_User    $user            Comment author's user object. The user may not exist.
    53  * @param boolean    $cookies_consent Comment author's consent to store cookies.
     53 * @param bool       $cookies_consent Comment author's consent to store cookies.
    5454 */
    5555do_action( 'set_comment_cookies', $comment, $user, $cookies_consent );
Note: See TracChangeset for help on using the changeset viewer.