Introduce upgrade_330() to clear usermeta keys show_admin_bar_admin and plugins_last_view. fixes #18811.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-10-25 05:48:09 +00:00
parent 6f9612f45c
commit 66125a116f
2 changed files with 21 additions and 4 deletions

View File

@@ -4,14 +4,14 @@
*
* @global string $wp_version
*/
$wp_version = '3.3-beta2-19055';
$wp_version = '3.3-beta2-19061';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 18715;
$wp_db_version = 19061;
/**
* Holds the TinyMCE version