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
This commit is contained in:
Andrew Nacin 2011-11-28 17:47:26 +00:00
parent 2c62b87783
commit d7c9c422b5
1 changed files with 1 additions and 1 deletions

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