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:
parent
416b6749f4
commit
6e648d2356
|
@ -1677,7 +1677,7 @@ final class WP_Internal_Pointers {
|
||||||
* remove_action( 'admin_print_footer_scripts', array( 'WP_Internal_Pointers', 'pointer_wp330_toolbar' ) );
|
* remove_action( 'admin_print_footer_scripts', array( 'WP_Internal_Pointers', 'pointer_wp330_toolbar' ) );
|
||||||
*/
|
*/
|
||||||
public static function enqueue_scripts( $hook_suffix ) {
|
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;
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue