Ticket #3679: 3679.patch
| File 3679.patch, 725 bytes (added by , 8 years ago) |
|---|
-
wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
241 241 ), 242 242 'delete_with_user' => false, 243 243 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', 'revisions', 'wpcom-markdown' ), 244 'show_in_rest' => true, 244 245 ); 245 246 // Allow customization of the default post type configuration via filter. 246 247 $config = apply_filters( 'handbook_post_type_defaults', $default_config, $slug );