Make WordPress Core


Ignore:
Timestamp:
09/03/2015 02:49:39 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve the file header for class-wp-widget.php to describe what the file contains.

Also rewrites the class DocBlock summary for WP_Widget to better describe the purpose of the class.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33816 r33869  
    11<?php
    22/**
    3  * WP_Widget class, base class for creating widgets
     3 * Widgets API: WP_Widget base class
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Class extended to register widgets for the core Widgets API.
     11 * Core base class extended to register widgets.
    1212 *
    1313 * This class must be extended for each widget and WP_Widget::widget(), WP_Widget::update()
Note: See TracChangeset for help on using the changeset viewer.