mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Felix Arntz
de65eacf12
Multisite: Ensure site meta caches are not primed unless the
wp_blogmeta
table is available.
Prior to this change, querying sites early in the bootstrap process could potentially cause a fatal error, since at that stage the filter to bail on updating site meta cache if the respective database table has not been installed yet is not hooked in yet. This changeset forces the filter to be added if that is not already the case. Merges [44925] to the 5.1 branch. Props spacedmonkey. Fixes #46167. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@44927 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%