Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 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's profile upadalavipul Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.9 Priority: normal
Severity: normal Version:
Component: XML-RPC Keywords: has-patch
Focuses: docs Cc:

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 8 years ago.

Download all attachments as: .zip

Change History (5)

@upadalavipul
8 years ago

#1 @upadalavipul
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Component changed from General to XML-RPC
  • Milestone changed from Awaiting Review to 4.9

#3 @SergeyBiryukov
8 years ago

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

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
8 years ago

  • Summary changed from needs documents improvement to Correct $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.