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

git-svn-id: https://develop.svn.wordpress.org/trunk@8989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-09-26 06:43:53 +00:00
parent e506385bd1
commit 2e12a7cc82
6 changed files with 221 additions and 10 deletions
+2 -2
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