Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#44751 closed defect (bug) (fixed)

Update docs to include term meta

Reported by: macbookandrew's profile macbookandrew Owned by: rachelbaker's profile rachelbaker
Milestone: 4.9.9 Priority: normal
Severity: minor Version: 5.1
Component: Options, Meta APIs Keywords: has-patch commit
Focuses: docs Cc:

Description

The docblocks throughout wp-includes/meta.php consistently refer to comment, post, or user, when they should also include terms.

Attachments (1)

44751.diff (9.1 KB) - added by macbookandrew 6 years ago.
docblock updates

Download all attachments as: .zip

Change History (10)

@macbookandrew
6 years ago

docblock updates

#1 @netweb
6 years ago

  • Focuses docs added
  • Keywords commit added
  • Milestone changed from Awaiting Review to 5.0

#2 @rachelbaker
6 years ago

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

In 43557:

Docs: Update $meta_type descriptions to include ’term’ as a valid type in meta.php and class-wp-term-query.php.
Props macbookandrew.
Fixes #44751.

#3 @SergeyBiryukov
6 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

[43557] has been committed to the 4.9 branch.

Unless I'm missing something, it should have been committed to trunk first, and then backported to the branch.

#5 @rachelbaker
6 years ago

@SergeyBiryukov Thanks, @boonebgorges was sitting next to me earlier and caught this for me. Fixing shortly.

#6 @rachelbaker
6 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 43560:

Docs: Update $meta_type descriptions to include ’term’ as a valid type in meta.php and class-wp-term-query.php.
Props macbookandrew.
Merges [43557] to trunk.
Fixes #44751.

#7 @SergeyBiryukov
6 years ago

  • Milestone changed from 5.0 to 4.9.9

#8 @pento
6 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

[43557] can be merged to the 5.0 branch.

#9 @SergeyBiryukov
6 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 43706:

Docs: Update $meta_type descriptions to include ’term’ as a valid type in meta.php and class-wp-term-query.php.

Props macbookandrew.
Merges [43557] to the 5.0 branch.
Fixes #44751.

Note: See TracTickets for help on using tickets.