Changeset 33054 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/02/2015 10:31:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r33041 r33054 4112 4112 * @param string $status Default status for the given post type, 4113 4113 * either 'open' or 'closed'. 4114 * @param string $post_type Post type. Default is `post`. 4114 4115 * @param string $comment_type Type of comment. Default is `comment`. 4115 4116 */ 4116 return apply_filters( "get_{$post_type}_default_comment_status", $status, $comment_type );4117 return apply_filters( 'get_default_comment_status' , $status, $post_type, $comment_type ); 4117 4118 } 4118 4119
Note: See TracChangeset
for help on using the changeset viewer.