Changes between Initial Version and Version 1 of Ticket #28605, comment 13
- Timestamp:
- 07/12/2014 03:40:55 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28605, comment 13
initial v1 2 2 3 3 * Only show Customize link in admin menu and admin bar if can `edit_theme_options` (and `customize`). 4 * Add cap checks for `edit_theme_options` and `customize`to other links to the Customizer. Needed because `customize` cap may be removed from users who normally can access it (those who can `edit_theme_options`) /4 * Add cap checks for `edit_theme_options` and `customize`to other links to the Customizer. Needed because `customize` cap may be removed from users who normally can access it (those who can `edit_theme_options`). 5 5 6 6 Plugins will need to explicitly add links to the Customizer in the admin menu, in the admin bar, and elsewhere when users are explicitly granted the `customize` cap.