Upgrade: Fix typo in [32391]/3.7.
See #32165. Built from https://develop.svn.wordpress.org/branches/3.7@32395 git-svn-id: http://core.svn.wordpress.org/branches/3.7@32365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
18fcca2916
commit
15a2afed1e
|
@ -412,6 +412,7 @@ function upgrade_all() {
|
|||
upgrade_373();
|
||||
|
||||
if ( $wp_current_db_version < 26151 )
|
||||
upgrade_379();
|
||||
|
||||
maybe_disable_link_manager();
|
||||
|
||||
|
|
Loading…
Reference in New Issue