Make WordPress Core


Ignore:
Timestamp:
07/13/2015 09:22:06 PM (8 years ago)
Author:
DrewAPicture
Message:

Fix inline documentation syntax for get_default_comment_status(), introduced in 4.3.

See [33122]. See #32891.

File:
1 edited

Legend:

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

    r33122 r33223  
    10351035
    10361036/**
    1037  * Get the default comment status for a post type.
     1037 * Gets the default comment status for a post type.
    10381038 *
    10391039 * @since 4.3.0
    10401040 *
    1041  * @param  string $post_type    Optional. Post type. Default 'post'.
    1042  * @param  string $comment_type Optional. Comment type. Default 'comment'.
     1041 * @param string $post_type    Optional. Post type. Default 'post'.
     1042 * @param string $comment_type Optional. Comment type. Default 'comment'.
    10431043 * @return string Expected return value is 'open' or 'closed'.
    10441044 */
Note: See TracChangeset for help on using the changeset viewer.