Making WordPress.org

Changeset 8002


Ignore:
Timestamp:
12/20/2018 11:26:02 PM (8 years ago)
Author:
coreymckrill
Message:

WordCamp Post Types: Add excerpt support for Speakers post type

The Speakers block will allow a choice between full content and excerpt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php

    r7262 r8002  
    21452145                                'labels'          => $labels,
    21462146                                'rewrite'         => array( 'slug' => 'speaker', 'with_front' => true, ),
    2147                                 'supports'        => array( 'title', 'editor', 'author', 'revisions', 'comments', 'custom-fields' ),
     2147                                'supports'        => array( 'title', 'editor', 'excerpt', 'author', 'revisions', 'comments', 'custom-fields' ),
    21482148                                'menu_position'   => 20,
    21492149                                'public'          => true,
Note: See TracChangeset for help on using the changeset viewer.