mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-11 08:04:32 +00:00
642e826cd973c3ee21e3f697c4355d8589b51c76
get_terms().
This forcing appears to have been introduced to save unnecessary queries, but (a) in some cases it appeared to be causing *more* queries, and (b) it caused incorrect results when the 'exclude_tree' param of `get_terms()` called `get_terms()` on each item in the tree using the 'child_of' param. Fixes #30275. git-svn-id: https://develop.svn.wordpress.org/trunk@30265 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%