From df57708f1ae0e5414c1bc3fe8091521aa893160d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 8 Dec 2011 21:55:39 +0000 Subject: [PATCH] Don't show new feature pointers for new installs and users. fixes #19382. git-svn-id: https://develop.svn.wordpress.org/trunk@19574 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index c7035a8536..010c057d16 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1814,8 +1814,7 @@ final class WP_Internal_Pointers { } add_action( 'admin_enqueue_scripts', array( 'WP_Internal_Pointers', 'enqueue_scripts' ) ); -// Allow scratch beta/RC installs to experience pointers. Uncomment this before release. -// add_action( 'user_register', array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) ); +add_action( 'user_register', array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) ); /** * Convert a screen string to a screen object