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