Changeset 14527
- Timestamp:
- 09/10/2025 11:10:27 PM (8 days ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types-post-type.php
r13960 r14527 189 189 'has_archive' => $this->archive_slug, 190 190 'hierarchical' => false, 191 'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', ' page-attributes', 'revisions' ),191 'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'author', 'page-attributes', 'revisions' ), 192 192 'menu_position' => 5, 193 193 'menu_icon' => 'dashicons-smiley', -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types.php
r12368 r14527 144 144 array( 145 145 'menu_icon' => 'dashicons-media-document', 146 'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', ' page-attributes', 'revisions', 'comments' ),146 'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'author', 'page-attributes', 'revisions', 'comments' ), 147 147 ), 148 148 array(),
Note: See TracChangeset
for help on using the changeset viewer.