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:
parent
acb9773212
commit
2b1644b974
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue