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: https://develop.svn.wordpress.org/trunk@24855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b92460a7c1
commit
5a7fb9b5b0
@ -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
Block a user