Changeset 52110 for trunk/src/wp-includes/post.php
- Timestamp:
- 11/10/2021 02:16:03 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r52109 r52110 451 451 array( 452 452 'label' => __( 'Global Styles' ), 453 'description' => __( ' CPT to store user design tokens' ),453 'description' => __( 'Post type for storing user design tokens.' ), 454 454 'public' => false, 455 455 '_builtin' => true, /* internal use only. don't use this when registering your own post type. */
Note: See TracChangeset
for help on using the changeset viewer.