Changeset 8559 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
- Timestamp:
- 04/01/2019 02:31:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r8537 r8559 2295 2295 'with_front' => false, 2296 2296 ), 2297 'supports' => array( 'title', 'editor', ' revisions', 'thumbnail', 'custom-fields' ),2297 'supports' => array( 'title', 'editor', 'excerpt', 'revisions', 'thumbnail', 'custom-fields' ), 2298 2298 'menu_position' => 21, 2299 2299 'public' => true,
Note: See TracChangeset
for help on using the changeset viewer.