Changes between Initial Version and Version 1 of Ticket #54418, comment 5
- Timestamp:
- 11/12/2021 03:51:15 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54418, comment 5
initial v1 1 Customize is not in the admin menu because the priority was moved from 6 to 7 ([https://core.trac.wordpress.org/changeset/52069/trunk/src/wp-admin/menu.php changeset 52069]). In `wp_widgets_add_menu`, the Widgets link is set to 7. Instead of pushing both Customize and Widgets links down for everyone, the Site Editor might be better at a priority of 8 (if you specifically want both Customize and Site Editor with your block theme, having Customize come first makessense).1 Customize is not in the admin menu because the priority was moved from 6 to 7 ([https://core.trac.wordpress.org/changeset/52069/trunk/src/wp-admin/menu.php changeset 52069]). In `wp_widgets_add_menu`, the Widgets link is set to 7. Instead of pushing both Customize and Widgets links down for everyone, the Site Editor might be better at a priority of 8 (if you specifically want both Customize and Site Editor with your block theme, having Customize come first can make sense). 2 2 3 3 Customize is also missing from the toolbar, and I have not found the reason for that yet.