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