Bump final db_version for 3.3, otherwise no new beta installs will see the pointers.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-28 17:47:26 +00:00
parent 416b6749f4
commit 6e648d2356

View File

@ -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;
/*