Make WordPress Core

Changeset 33872


Ignore:
Timestamp:
09/03/2015 03:13:20 AM (9 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets.php

    r33758 r33872  
    11<?php
    22/**
    3  * API for creating dynamic sidebar without hardcoding functionality into
     3 * Core Widgets API
     4 *
     5 * This API is used for creating dynamic sidebar without hardcoding functionality into
    46 * themes
    57 *
    6  * Includes both internal WordPress routines and theme use routines.
     8 * Includes both internal WordPress routines and theme-use routines.
    79 *
    8  * This functionality was found in a plugin before WordPress 2.2 release which
     10 * This functionality was found in a plugin before the WordPress 2.2 release, which
    911 * included it in the core from that point on.
    1012 *
     
    1416 * @package WordPress
    1517 * @subpackage Widgets
     18 * @since 2.2.0
    1619 */
    1720
Note: See TracChangeset for help on using the changeset viewer.