f18355e66e
[32814] introduced a routine to split shared terms, which was run during the regular WP database upgrade. This turned out to be problematic because plugins are not loaded during the db upgrade (due to `WP_INSTALLING`), with the result that plugins were not able to hook into the 'split_shared_term' action during the bulk split. We work around this limitation by moving the term splitting routine to a separate process, triggered by a wp-cron hook. Props boonebgorges, Chouby, peterwilsoncc, pento, dd32. Fixes #30261. git-svn-id: https://develop.svn.wordpress.org/trunk@33615 602fd350-edb4-49c9-b593-d223f7449a82 |
||
---|---|---|
src | ||
tests | ||
tools/i18n | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
phpunit.xml.dist | ||
wp-cli.yml | ||
wp-config-sample.php | ||
wp-tests-config-sample.php |