Make WordPress Core

Changeset 16698


Ignore:
Timestamp:
12/02/2010 11:16:04 PM (14 years ago)
Author:
nacin
Message:

Remove sticky arg from post support. props michaelh, see #12702.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r16682 r16698  
    2727        'rewrite' => false,
    2828        'query_var' => false,
    29         'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'sticky', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'post-formats' ),
     29        'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'post-formats' ),
    3030    ) );
    3131
Note: See TracChangeset for help on using the changeset viewer.