Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#15835 closed enhancement (fixed)

wp_get_object_terms: allow slugs option in fields argument

Reported by: lancewillett's profile lancewillett Owned by: ryan's profile ryan
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.1
Component: Taxonomy Keywords: has-patch
Focuses: Cc:

Description

wp_get_object_terms allows a field argument with options for 'all', 'ids', and 'names' — but doesn't allow 'slugs.'

Attached patch adds support for 'slugs' as a field option.

Attachments (2)

taxonomy.php.diff (1.1 KB) - added by lancewillett 14 years ago.
15835.patch (1.1 KB) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (10)

#1 @westi
14 years ago

  • Keywords 3.2-early added
  • Milestone changed from Awaiting Review to Future Release

Patch looks great.

#2 @lancewillett
14 years ago

  • Cc lance@… added

This patch is up to date (checked it again today) so should be good to go for 3.2.

#3 @SergeyBiryukov
14 years ago

  • Keywords 3.2-early removed
  • Milestone changed from Future Release to 3.3

Refreshed for 3.3.

#5 @ryan
14 years ago

  • Keywords needs-unit-tests added

#7 @ryan
14 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [18603]:

Support fields = slugs in wp_get_object_terms(). Props lancewillett, SergeyBiryukov. fixes #15835

#8 @SergeyBiryukov
13 years ago

  • Keywords needs-unit-tests removed
Note: See TracTickets for help on using tickets.