mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Don't run term-splitting routine on new installations.
Props pento. Fixes #30261. git-svn-id: https://develop.svn.wordpress.org/trunk@33621 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -496,6 +496,9 @@ function populate_options() {
|
||||
|
||||
// 3.5
|
||||
'link_manager_enabled' => 0,
|
||||
|
||||
// 4.3.0
|
||||
'finished_splitting_shared_terms' => 1,
|
||||
);
|
||||
|
||||
// 3.3
|
||||
|
||||
Reference in New Issue
Block a user