From 5a7fb9b5b0bd3c934f4d79d623893d9dca5d259a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 29 Jul 2013 06:43:30 +0000 Subject: [PATCH] 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 --- wp-admin/includes/template.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 66f3b7b3e1..d8d82a0c98 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -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