Remove unnecessary cap checks from [24854]. You need these capabilities (or equivalent) to access the screens for these feature pointers. see #24832.
git-svn-id: http://core.svn.wordpress.org/trunk@24855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8abd5bb815
commit
e91002f4fb
|
@ -1752,8 +1752,6 @@ final class WP_Internal_Pointers {
|
|||
'wp340_customize_current_theme_link' => array( 'edit_theme_options' ),
|
||||
'wp340_choose_image_from_library' => array( 'edit_theme_options' ),
|
||||
'wp350_media' => array( 'upload_files' ),
|
||||
'wp360_revisions' => array( 'edit_posts' ),
|
||||
'wp360_locks' => array( 'read' ),
|
||||
);
|
||||
|
||||
// Get dismissed pointers
|
||||
|
|
Loading…
Reference in New Issue