Docs: Add a file header to wp-includes/widgets/class-wp-widget-categories.php.
See #33413. Built from https://develop.svn.wordpress.org/trunk@34385 git-svn-id: http://core.svn.wordpress.org/trunk@34349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c5fede78e0
commit
89a1bb93e4
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34384';
|
||||
$wp_version = '4.4-alpha-34385';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
@ -1,10 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Categories widget class
|
||||
* Widget API: WP_Widget_Categories class
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @package WordPress
|
||||
* @subpackage Widgets
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class that implements a Categories widget.
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @see WP_Widget
|
||||
*/
|
||||
class WP_Widget_Categories extends WP_Widget {
|
||||
|
||||
|
|
Loading…
Reference in New Issue