Make WordPress Core

Ticket #48291: 48291.diff

File 48291.diff, 941 bytes (added by ediamin, 5 years ago)
  • src/wp-admin/includes/plugin-install.php

    diff --git a/src/wp-admin/includes/plugin-install.php b/src/wp-admin/includes/plugin-install.php
    index 47200490e4..6e56b33669 100644
    a b  
    7373 *                                       FAQ, screenshots, other notes, and changelog. Default false.
    7474 *         @type bool $tested            Whether to return the 'Compatible up to' value. Default true.
    7575 *         @type bool $requires          Whether to return the required WordPress version. Default true.
     76 *         @type bool $requires_php      Whether to return the required PHP version. Default true.
    7677 *         @type bool $rating            Whether to return the rating in percent and total number of ratings.
    7778 *                                       Default true.
    7879 *         @type bool $ratings           Whether to return the number of rating for each star (1-5). Default true.