Changeset 57644 for trunk/src/wp-includes/comment.php
- Timestamp:
- 02/16/2024 09:45:18 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r57530 r57644 279 279 * @param string $post_type Optional. Post type. Default 'post'. 280 280 * @param string $comment_type Optional. Comment type. Default 'comment'. 281 * @return string E xpected return value is'open' or 'closed'.281 * @return string Either 'open' or 'closed'. 282 282 */ 283 283 function get_default_comment_status( $post_type = 'post', $comment_type = 'comment' ) {
Note: See TracChangeset
for help on using the changeset viewer.