Changes between Initial Version and Version 3 of Ticket #39215
- Timestamp:
- 12/09/2016 08:25:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39215
- Property Keywords has-patch needs-unit-tests added
-
Property
Milestone
changed from
Awaiting Review
to4.7.1
-
Property
Severity
changed from
normal
tocritical
-
Ticket #39215 – Description
initial v3 1 1 It appears that `wp_get_object_terms()` no longer supports the string version of the `$args` parameter. Prior to WordPress 4.7 it used to support both string and array values, and there might be multiple plugins and themes that rely on this fact. It's also documented as `string|array` in the Codex. 2 2 3 After digging a bit I found that this regression has been introduced in https://core.trac.wordpress.org/changeset/38667which removed a lot of redundant code.3 After digging a bit I found that this regression has been introduced in [38667] which removed a lot of redundant code.