Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28605, comment 13


Ignore:
Timestamp:
07/12/2014 03:40:55 AM (11 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28605, comment 13

    initial v1  
    22
    33 * 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`).
    55
    66Plugins 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.