Make WordPress Core


Ignore:
Timestamp:
10/07/2010 09:10:35 AM (14 years ago)
Author:
nacin
Message:

Sticky post support for post types, first pass. see #12702, props azizur.

File:
1 edited

Legend:

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

    r15700 r15742  
    2424        'rewrite' => false,
    2525        'query_var' => false,
    26         'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions' ),
     26        'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'sticky', 'trackbacks', 'custom-fields', 'comments', 'revisions' ),
    2727    ) );
    2828
Note: See TracChangeset for help on using the changeset viewer.