[wp-trac] [WordPress Trac] #53399: Docblock improvements for WP 5.9
WordPress Trac
noreply at wordpress.org
Sat Nov 20 02:25:15 UTC 2021
#53399: Docblock improvements for WP 5.9
--------------------------------------+---------------------
Reporter: desrosj | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 5.9
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses: docs
--------------------------------------+---------------------
Comment (by SergeyBiryukov):
In [changeset:"52227" 52227]:
{{{
#!CommitTicketReference repository="" revision="52227"
Docs: Update documentation for the `$plugin_data` parameter of various
hooks:
* Document the structure of the `$plugin_data` array passed to the
`plugin_row_meta` filter.
* Document some missing values returned by `get_plugin_data()`:
* `PluginURI`
* `AuthorName`
* Link to `get_plugin_data()` and the `plugin_row_meta` filter as the
canonical sources in other various filters and actions which receive the
`$plugin_data` parameter:
* `network_admin_plugin_action_links`
* `network_admin_plugin_action_links_{$plugin_file}`
* `plugin_action_links`
* `plugin_action_links_{$plugin_file}`
* `plugin_auto_update_setting_html`
* `manage_plugins_custom_column`
* `after_plugin_row`
* `after_plugin_row_{$plugin_file}`
* `in_plugin_update_message-{$file}`
* Update documentation for the `$response` parameter of the
`in_plugin_update_message-{$file}` filter:
* Correct type for the `id` value. It contains a string like
`w.org/plugins/[plugin-name]`, not a numeric ID.
* Update `$icons`, `$banners`, and `$banners_rtl` values to use typed
array notation.
Follow-up to [8367], [8402], [12976], [16758], [26540], [30544], [34818],
[51733], [52212], [52224].
See #53399.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53399#comment:70>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list