Make WordPress Core

Changeset 34435


Ignore:
Timestamp:
09/22/2015 02:50:31 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a file header to wp-includes/widgets/class-wp-widget-recent-comments.php, introduced in [33746].

Also clarifies the class DocBlock summary and tags for WP_Widget_Recent_Comments.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r34042 r34435  
    11<?php
    22/**
    3  * Recent_Comments widget class
     3 * Widget API: WP_Widget_Recent_Comments class
     4 *
     5 * @package WordPress
     6 * @subpackage Widgets
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to implement a Recent_Comments widget.
    412 *
    513 * @since 2.8.0
    6  * @package WordPress
    7  * @subpackage Widgets
     14 *
     15 * @see WP_Widget
    816 */
    917class WP_Widget_Recent_Comments extends WP_Widget {
Note: See TracChangeset for help on using the changeset viewer.