Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48291 closed enhancement (fixed)

Add requires_php to $args parameter docblock for plugins_api()

Reported by: ediamin's profile ediamin Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version: 5.3
Component: Plugins Keywords: has-patch
Focuses: docs Cc:

Description

The response from http://api.wordpress.org/plugins/info/1.2/ API now gives requires_php by default. This patch includes requires_php field to $args parameter docblock for plugins_api() function.

Attachments (1)

48291.diff (941 bytes) - added by ediamin 5 years ago.

Download all attachments as: .zip

Change History (3)

@ediamin
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.3

#2 @SergeyBiryukov
5 years ago

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

In 46463:

Docs: Add requires_php to the list of fields returned by plugins_api().

Props ediamin.
Fixes #48291.

Note: See TracTickets for help on using tickets.