Make WordPress Core

Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#15835 closed enhancement (fixed)

wp_get_object_terms: allow slugs option in fields argument

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

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 16 years ago.
15835.patch (1.1 KB ) - added by SergeyBiryukov 15 years ago.

Download all attachments as: .zip

Change History (10)

#1 @westi
16 years ago

  • Keywords 3.2-early added
  • Milestone Awaiting ReviewFuture Release

Patch looks great.

#2 @lancewillett
15 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
15 years ago

  • Keywords 3.2-early removed
  • Milestone Future Release3.3

Refreshed for 3.3.

#5 @ryan
15 years ago

  • Keywords needs-unit-tests added

#7 @ryan
15 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [18603]:

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

#8 @SergeyBiryukov
15 years ago

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