mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Remove extra spaces from @param tags.
Per the documentation standards, `@param` tags should be aligned with each other, but not with the `@return` tag. See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -420,8 +420,8 @@ function display_plugins_table() {
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param array|object $api Data about the plugin retrieved from the API.
|
||||
* @param bool $loop Optional. Disable further loops. Default false.
|
||||
* @param array|object $api Data about the plugin retrieved from the API.
|
||||
* @param bool $loop Optional. Disable further loops. Default false.
|
||||
* @return array {
|
||||
* Plugin installation status data.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user