mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Docs: Correct and improve the documented types for various functions and hooks.
See #55646 git-svn-id: https://develop.svn.wordpress.org/trunk@53877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -571,7 +571,7 @@ class WP_REST_Plugins_Controller extends WP_REST_Controller {
|
||||
*
|
||||
* @since 5.5.0
|
||||
*
|
||||
* @param mixed $item Unmarked up and untranslated plugin data from {@see get_plugin_data()}.
|
||||
* @param array $item Unmarked up and untranslated plugin data from {@see get_plugin_data()}.
|
||||
* @param WP_REST_Request $request Request object.
|
||||
* @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user