From e19329bad085034cf0711788e4b08852045d746a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 12 Oct 2019 02:35:04 +0000 Subject: [PATCH] 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 --- wp-admin/includes/plugin-install.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 47200490e4..6e56b33669 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 61fb8497a8..1e9ac99867 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.