Docs: Add a missing file header to wp-includes/widgets/class-wp-widget-archives.php, introduced in [33746].
Also clarifies the class DocBlock summary and tags for `WP_Widget_Archives`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e6f5ac781e
commit
eb53dd65c9
@ -1,10 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Archives widget class
|
||||
* Widget API: WP_Widget_Archives class
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @package WordPress
|
||||
* @subpackage Widgets
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class used to implement the Archives widget.
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @see WP_Widget
|
||||
*/
|
||||
class WP_Widget_Archives extends WP_Widget {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user