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

Props ediamin.
Fixes #48291.
Built from https://develop.svn.wordpress.org/trunk@46463


git-svn-id: http://core.svn.wordpress.org/trunk@46261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-10-12 02:35:04 +00:00
parent b78a40aa4c
commit e19329bad0
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@
* FAQ, screenshots, other notes, and changelog. Default false.
* @type bool $tested Whether to return the 'Compatible up to' value. Default true.
* @type bool $requires Whether to return the required WordPress version. Default true.
* @type bool $requires_php Whether to return the required PHP version. Default true.
* @type bool $rating Whether to return the rating in percent and total number of ratings.
* Default true.
* @type bool $ratings Whether to return the number of rating for each star (1-5). Default true.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta3-46462';
$wp_version = '5.3-beta3-46463';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.