mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
Boone Gorges
a82fe2b598
Restore support for taxonomy 'args' override when querying object terms.
[7520] introduced an undocumented feature whereby developers could register a custom taxonomy with an 'args' parameter, consisting of an array of config params that, when present, override corresponding params in the `$args` array passed to `wp_get_object_terms()` when using that function to query for terms in the specified taxonomy. The `wp_get_object_terms()` refactor in [38667] failed to respect this secret covenant, and the current changeset atones for the transgression. Ports [40513] to the 4.7 branch. Props danielbachhuber. Fixes #40496. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40514 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%