Make WordPress Core

Changeset 52108


Ignore:
Timestamp:
11/10/2021 02:00:07 PM (3 years ago)
Author:
desrosj
Message:

Posts, Post Types: Mark the wp_global_styles post type as _builtin.

All native or “built-in” post types should be marked as such.

Follow up to [52041].

See #54336.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r52106 r52108  
    453453            'description'  => 'CPT to store user design tokens',
    454454            'public'       => false,
     455            '_builtin'     => true, /* internal use only. don't use this when registering your own post type. */
    455456            'show_ui'      => false,
    456457            'show_in_rest' => false,
Note: See TracChangeset for help on using the changeset viewer.