Skip to content

Commit

Permalink
Changes from lib/navigation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Dec 13, 2021
1 parent 48654f7 commit 897059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function create_initial_post_types() {
'_builtin' => true, /* internal use only. don't use this when registering your own post type. */
'has_archive' => false,
'show_ui' => wp_is_block_theme(),
'show_in_menu' => 'themes.php',
'show_in_menu' => false,
'show_in_admin_bar' => false,
'show_in_rest' => true,
'rewrite' => false,
Expand Down

0 comments on commit 897059c

Please sign in to comment.