Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#41397 closed defect (bug) (fixed)

Correct $term_id parameter description in wp_xmlrpc_server::get_term_custom_fields() and ::set_term_custom_fields()

Reported by: upadalavipul Owned by: SergeyBiryukov
Priority: normal Milestone: 4.9
Component: XML-RPC Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

The parameter of the function is $term_id but in the documentation of the function is $post_id.

Attachments (1)

41397.patch (476 bytes ) - added by upadalavipul 9 years ago.

Download all attachments as: .zip

Change History (5)

@upadalavipul
9 years ago

#1 @upadalavipul
9 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
9 years ago

  • Component GeneralXML-RPC
  • Milestone Awaiting Review4.9

#3 @SergeyBiryukov
9 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 41114:

Docs: Correct $term_id parameter description in wp_xmlrpc_server::get_term_custom_fields() and ::set_term_custom_fields().

Props upadalavipul.
Fixes #41397.

#4 @SergeyBiryukov
9 years ago

  • Summary needs documents improvementCorrect $term_id parameter description in wp_xmlrpc_server::get_term_custom_fields() and ::set_term_custom_fields()
Note: See TracTickets for help on using tickets.