Make WordPress Core

Ticket #31168: post.diff

File post.diff, 573 bytes (added by fabioneves, 9 years ago)
  • wp-includes/post.php

     
    4747                'rewrite' => false,
    4848                'query_var' => false,
    4949                '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' ),
    5151        ) );
    5252
    5353        register_post_type( 'attachment', array(