Theme update UI first pass. See #7519 props DD32.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2008-09-26 06:43:53 +00:00
parent b10412eab9
commit 81aebef3b3
6 changed files with 221 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ function upgrade_all() {
if ( $wp_current_db_version < 8201 )
upgrade_260();
if ( $wp_current_db_version < 8921 )
if ( $wp_current_db_version < 8989 )
upgrade_270();
maybe_disable_automattic_widgets();
@@ -766,7 +766,7 @@ function upgrade_260() {
function upgrade_270() {
global $wpdb, $wp_current_db_version;
if ( $wp_current_db_version < 8530 )
if ( $wp_current_db_version < 8980 )
populate_roles_270();
// Update post_date for unpublished posts with empty timestamp