Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (21 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r57530 r57644  
    279279 * @param string $post_type    Optional. Post type. Default 'post'.
    280280 * @param string $comment_type Optional. Comment type. Default 'comment'.
    281  * @return string Expected return value is 'open' or 'closed'.
     281 * @return string Either 'open' or 'closed'.
    282282 */
    283283function get_default_comment_status( $post_type = 'post', $comment_type = 'comment' ) {
Note: See TracChangeset for help on using the changeset viewer.