Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:05:54 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-includes/widgets/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

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

    r37040 r37489  
    4545    public function recent_comments_style() {
    4646        /**
    47          * Filter the Recent Comments default widget styles.
     47         * Filters the Recent Comments default widget styles.
    4848         *
    4949         * @since 3.1.0
     
    8686
    8787        /**
    88          * Filter the arguments for the Recent Comments widget.
     88         * Filters the arguments for the Recent Comments widget.
    8989         *
    9090         * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.