From 532d1561f40acfc8ce5a9b0d94b2760c630f7a5e Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 30 Nov 2011 16:08:29 +0000 Subject: [PATCH] Allow scratch beta/RC installs to experience pointers. Uncomment this before release. see #19360, #19382. git-svn-id: http://svn.automattic.com/wordpress/trunk@19490 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 010c057d1..c7035a853 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1814,7 +1814,8 @@ final class WP_Internal_Pointers { } add_action( 'admin_enqueue_scripts', array( 'WP_Internal_Pointers', 'enqueue_scripts' ) ); -add_action( 'user_register', array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) ); +// 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' ) ); /** * Convert a screen string to a screen object