Make WordPress Core

Changeset 33816


Ignore:
Timestamp:
08/30/2015 11:13:45 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Bring the file header and class DocBlock summaries for class-wp-widget.php in-line with the intention of the docs standard:

  • File headers: _What_ the file is
  • Class DocBlocks: What purpose the class serves. Mentioning the class name in the class DocBlock is redundant

See #33413

File:
1 edited

Legend:

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

    r33755 r33816  
    11<?php
    22/**
    3  * Class file for WP_Widget
     3 * WP_Widget class, base class for creating widgets
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * WP_Widget class.
     11 * Class extended to register widgets for the core Widgets API.
    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.