Ticket #31168: post.diff
File post.diff, 573 bytes (added by , 9 years ago) |
---|
-
wp-includes/post.php
47 47 'rewrite' => false, 48 48 'query_var' => false, 49 49 'delete_with_user' => true, 50 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', ' comments', 'revisions' ),50 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', 'revisions' ), 51 51 ) ); 52 52 53 53 register_post_type( 'attachment', array(