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:
parent
b78a40aa4c
commit
e19329bad0
|
@ -73,6 +73,7 @@
|
||||||
* FAQ, screenshots, other notes, and changelog. Default false.
|
* FAQ, screenshots, other notes, and changelog. Default false.
|
||||||
* @type bool $tested Whether to return the 'Compatible up to' value. Default true.
|
* @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 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.
|
* @type bool $rating Whether to return the rating in percent and total number of ratings.
|
||||||
* Default true.
|
* Default true.
|
||||||
* @type bool $ratings Whether to return the number of rating for each star (1-5). Default true.
|
* @type bool $ratings Whether to return the number of rating for each star (1-5). Default true.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue