Ticket #2417: 2417.diff
| File 2417.diff, 685 bytes (added by , 9 years ago) |
|---|
-
handbook.php
239 239 'with_front' => false, 240 240 ), 241 241 'delete_with_user' => false, 242 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', 'revisions' ),242 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', 'revisions', 'wpcom-markdown' ), 243 243 ); 244 244 // Allow customization of the default post type configuration via filter. 245 245 $config = apply_filters( 'handbook_post_type_defaults', $default_config, $slug );