Changeset 14527 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types.php
- Timestamp:
- 09/10/2025 11:10:27 PM (2 months ago)
- File:
-
- 1 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.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.