diff options
Diffstat (limited to 'wp-admin/upgrade-functions.php')
| -rw-r--r-- | wp-admin/upgrade-functions.php | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/wp-admin/upgrade-functions.php b/wp-admin/upgrade-functions.php index e3357ec..0e8e071 100644 --- a/wp-admin/upgrade-functions.php +++ b/wp-admin/upgrade-functions.php @@ -185,10 +185,6 @@ function upgrade_all() { if ( $wp_current_db_version < 4351 ) upgrade_old_slugs(); - if ( $wp_current_db_version < 5200 ) { - upgrade_230(); - } - maybe_disable_automattic_widgets(); $wp_rewrite->flush_rules(); @@ -580,14 +576,6 @@ function upgrade_210() { } } -function upgrade_230() { - global $wp_current_db_version; - - if ( $wp_current_db_version < 5200 ) { - populate_roles_230(); - } -} - function upgrade_old_slugs() { // upgrade people who were using the Redirect Old Slugs plugin global $wpdb; @@ -1143,4 +1131,4 @@ function maybe_disable_automattic_widgets() { } } -?>
\ No newline at end of file +?> |
