Docs: The Widgets subpackage is plural.
See #33701. Built from https://develop.svn.wordpress.org/trunk@34413 git-svn-id: http://core.svn.wordpress.org/trunk@34377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ddb22bd09
commit
58376954c2
|
@ -3,7 +3,7 @@
|
||||||
* Widget API: WP_Widget_Factory class
|
* Widget API: WP_Widget_Factory class
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Widget
|
* @subpackage Widgets
|
||||||
* @since 4.4.0
|
* @since 4.4.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34412';
|
$wp_version = '4.4-alpha-34413';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue