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. git-svn-id: https://develop.svn.wordpress.org/trunk@33872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
50d0b587f6
commit
fba0e92dc6
@ -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
|
||||
*/
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user