Ticket #36912: plugin-install.php.patch
File plugin-install.php.patch, 473 bytes (added by , 9 years ago) |
---|
-
plugin-install.php
356 356 * @since 3.0.0 357 357 * 358 358 * @param array|object $api 359 * @param bool 360 * @return type359 * @param bool $loop 360 * @return array 361 361 */ 362 362 function install_plugin_install_status($api, $loop = false) { 363 363 // This function is called recursively, $loop prevents further loops.