Plugins: Improve `plugin_install_description` filter's docs.
Refer developers to `plugins_api()` for array of plugin data. Props afragen, pbiron, SergeyBiryukov, costdev. Fixes #55480. Built from https://develop.svn.wordpress.org/trunk@53328 git-svn-id: http://core.svn.wordpress.org/trunk@52917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4a7bcc14e4
commit
0fcdd744c1
|
@ -521,7 +521,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
* @since 6.0.0
|
||||
*
|
||||
* @param string $description Plugin card description.
|
||||
* @param array $plugin An array of plugin data. See the {@see 'plugin_row_meta'} filter
|
||||
* @param array $plugin An array of plugin data. See {@see plugins_api()}
|
||||
* for the list of possible values.
|
||||
*/
|
||||
$description = apply_filters( 'plugin_install_description', $description, $plugin );
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-beta3-53327';
|
||||
$wp_version = '6.0-beta3-53328';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue