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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user