Docs: Correct `$plugins` global type in `WP_Plugins_List_Table::prepare_items()`.
Props mt8.biz. Fixes #36080. Built from https://develop.svn.wordpress.org/trunk@36830 git-svn-id: http://core.svn.wordpress.org/trunk@36797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
09024dae88
commit
9e8b3817fd
|
@ -65,7 +65,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @global string $status
|
* @global string $status
|
||||||
* @global type $plugins
|
* @global array $plugins
|
||||||
* @global array $totals
|
* @global array $totals
|
||||||
* @global int $page
|
* @global int $page
|
||||||
* @global string $orderby
|
* @global string $orderby
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta2-36829';
|
$wp_version = '4.5-beta2-36830';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue