From 2b1644b9741e95aeecea333ca7c855c61e21497e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 28 Jul 2017 14:25:42 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-categories.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 04666eef50..0317358bff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-includes/widgets/class-wp-widget-categories.php b/wp-includes/widgets/class-wp-widget-categories.php index 41906a7580..21e375eddc 100644 --- a/wp-includes/widgets/class-wp-widget-categories.php +++ b/wp-includes/widgets/class-wp-widget-categories.php @@ -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.