Changeset 33223 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/13/2015 09:22:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r33122 r33223 1035 1035 1036 1036 /** 1037 * Get the default comment status for a post type.1037 * Gets the default comment status for a post type. 1038 1038 * 1039 1039 * @since 4.3.0 1040 1040 * 1041 * @param 1042 * @param 1041 * @param string $post_type Optional. Post type. Default 'post'. 1042 * @param string $comment_type Optional. Comment type. Default 'comment'. 1043 1043 * @return string Expected return value is 'open' or 'closed'. 1044 1044 */
Note: See TracChangeset
for help on using the changeset viewer.