mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Remove @staticvar tags from core.
The tag was supported in phpDocumentor 1.x, but is no longer supported in 2.x and 3.x. Usage of static variables is considered an internal implementation detail and has no information value for someone reading the docs. Props alishanvr, jrf. Fixes #50426. git-svn-id: https://develop.svn.wordpress.org/trunk@48109 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -37,8 +37,6 @@ class WP_Widget_Categories extends WP_Widget {
|
||||
* @since 4.2.0 Creates a unique HTML ID for the `<select>` element
|
||||
* if more than one instance is displayed on the page.
|
||||
*
|
||||
* @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.
|
||||
|
||||
@@ -69,8 +69,6 @@ class WP_Widget_Recent_Comments extends WP_Widget {
|
||||
* @since 5.4.0 Creates a unique HTML ID for the `<ul>` element
|
||||
* if more than one instance is displayed on the page.
|
||||
*
|
||||
* @staticvar bool $first_instance
|
||||
*
|
||||
* @param array $args Display arguments including 'before_title', 'after_title',
|
||||
* 'before_widget', and 'after_widget'.
|
||||
* @param array $instance Settings for the current Recent Comments widget instance.
|
||||
|
||||
Reference in New Issue
Block a user