From d7c9c422b5b1b295188641801b592e71e85ba847 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 28 Nov 2011 17:47:26 +0000 Subject: [PATCH] Bump final db_version for 3.3, otherwise no new beta installs will see the pointers. git-svn-id: https://develop.svn.wordpress.org/trunk@19466 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 61d7465a6e..7c10fe335a 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1677,7 +1677,7 @@ final class WP_Internal_Pointers { * remove_action( 'admin_print_footer_scripts', array( 'WP_Internal_Pointers', 'pointer_wp330_toolbar' ) ); */ public static function enqueue_scripts( $hook_suffix ) { - if ( get_site_option( 'initial_db_version' ) >= 19389 ) // Final db_version for 3.3. + if ( get_site_option( 'initial_db_version' ) >= 20000 ) // Final db_version for 3.3. return; /*