Docs: Add a `@staticvar` entry for `$first_dropdown` in `WP_Widget_Categories::widget()`.

Props ajayghaghretiya1.
Fixes #41473.
Built from https://develop.svn.wordpress.org/trunk@41181


git-svn-id: http://core.svn.wordpress.org/trunk@41021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-28 14:25:42 +00:00
parent acb9773212
commit 2b1644b974
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41180';
$wp_version = '4.9-alpha-41181';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -35,6 +35,8 @@ class WP_Widget_Categories extends WP_Widget {
*
* @since 2.8.0
*
* @staticvar bool $first_dropdown
*
* @param array $args Display arguments including 'before_title', 'after_title',
* 'before_widget', and 'after_widget'.
* @param array $instance Settings for the current Categories widget instance.