Changeset 14650 for trunk/wp-includes/post.php
- Timestamp:
- 05/15/2010 04:56:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r14648 r14650 2253 2253 $comment_status = 'closed'; 2254 2254 else 2255 if ( 'page' == $post_type ) { 2256 $comment_status = get_option( 'default_comment_status_page' ); 2257 } else { 2258 $comment_status = get_option( 'default_comment_status' ); 2259 } 2255 $comment_status = get_option('default_comment_status'); 2260 2256 } 2261 2257 if ( empty($ping_status) )
Note: See TracChangeset
for help on using the changeset viewer.