Docs: Correct `@global` entry for `$cat_id` in `WP_Links_List_Table::column_categories()`.
Props tejas5989. Fixes #41436. Built from https://develop.svn.wordpress.org/trunk@41147 git-svn-id: http://core.svn.wordpress.org/trunk@40987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
37a04795b2
commit
c957321007
|
@ -211,7 +211,7 @@ class WP_Links_List_Table extends WP_List_Table {
|
|||
* @since 4.3.0
|
||||
* @access public
|
||||
*
|
||||
* @global $cat_id
|
||||
* @global int $cat_id
|
||||
*
|
||||
* @param object $link The current link object.
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41146';
|
||||
$wp_version = '4.9-alpha-41147';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue