Changeset 11241
- Timestamp:
- 09/15/2021 08:36:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/post-type.php
r10992 r11241 116 116 ); 117 117 118 $supports = array( 119 'comments', 120 'custom-fields', 121 'editor', 122 'excerpt', 123 'revisions', 124 'thumbnail', 125 'title', 126 'wporg-internal-notes', 127 ); 128 118 129 $args = array( 119 130 'label' => __( 'Workshop', 'wporg_learn' ), 120 131 'description' => __( 'WordPress.org Training Workshop', 'wporg_learn' ), 121 132 'labels' => $labels, 122 'supports' => array( 'title', 'editor', 'comments', 'revisions', 'custom-fields', 'thumbnail', 'excerpt' ),133 'supports' => $supports, 123 134 'taxonomies' => array( 'topic' ), 124 135 'hierarchical' => true,
Note: See TracChangeset
for help on using the changeset viewer.