Docs: Clarify the file header summary for wp-includes/widgets.php, the top-level file for the core Widgets API.

Also fixes some minor grammar issues in the file description.

See #33413. See #33701.

Built from https://develop.svn.wordpress.org/trunk@33872


git-svn-id: http://core.svn.wordpress.org/trunk@33840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-03 03:14:20 +00:00
parent 0ce0241740
commit 31f52091ec
2 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33871';
$wp_version = '4.4-alpha-33872';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -1,11 +1,13 @@
<?php
/**
* API for creating dynamic sidebar without hardcoding functionality into
* Core Widgets API
*
* This API is used for creating dynamic sidebar without hardcoding functionality into
* themes
*
* Includes both internal WordPress routines and theme use routines.
* Includes both internal WordPress routines and theme-use routines.
*
* This functionality was found in a plugin before WordPress 2.2 release which
* This functionality was found in a plugin before the WordPress 2.2 release, which
* included it in the core from that point on.
*
* @link https://codex.wordpress.org/Plugins/WordPress_Widgets WordPress Widgets
@ -13,6 +15,7 @@
*
* @package WordPress
* @subpackage Widgets
* @since 2.2.0
*/
//