Changeset 60987 for trunk/src/wp-includes/post.php
- Timestamp:
- 10/20/2025 07:20:17 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r60906 r60987 38 38 'query_var' => false, 39 39 'delete_with_user' => true, 40 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'post-formats' ), 40 'supports' => array( 41 'title', 42 'editor' => array( 'notes' => true ), 43 'author', 44 'thumbnail', 45 'excerpt', 46 'trackbacks', 47 'custom-fields', 48 'comments', 49 'revisions', 50 'post-formats', 51 ), 41 52 'show_in_rest' => true, 42 53 'rest_base' => 'posts', … … 63 74 'query_var' => false, 64 75 'delete_with_user' => true, 65 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', 'comments', 'revisions' ), 76 'supports' => array( 77 'title', 78 'editor' => array( 'notes' => true ), 79 'author', 80 'thumbnail', 81 'page-attributes', 82 'custom-fields', 83 'comments', 84 'revisions', 85 ), 66 86 'show_in_rest' => true, 67 87 'rest_base' => 'pages', … … 2330 2350 return ( isset( $_wp_post_type_features[ $post_type ][ $feature ] ) ); 2331 2351 } 2332 2333 2352 /** 2334 2353 * Retrieves a list of post type names that support a specific feature.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)