Ticket #21586: 21586.patch
| File 21586.patch, 586 bytes (added by sc0ttkclark, 8 months ago) |
|---|
-
trunk/wp-includes/post.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1153 1153 if ( ! empty($args->supports) ) { 1154 1154 add_post_type_support($post_type, $args->supports); 1155 1155 unset($args->supports); 1156 } else {1156 } elseif( false !== $args->supports ) { 1157 1157 // Add default features 1158 1158 add_post_type_support($post_type, array('title', 'editor')); 1159 1159 }
