Make WordPress Core

Changeset 37489


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.

Location:
trunk/src/wp-includes/widgets
Files:
10 edited

Legend:

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

    r37437 r37489  
    6262
    6363        /**
    64          * Filter the arguments for the Custom Menu widget.
     64         * Filters the arguments for the Custom Menu widget.
    6565         *
    6666         * @since 4.2.0
  • trunk/src/wp-includes/widgets/class-wp-widget-archives.php

    r37040 r37489  
    6161            <?php
    6262            /**
    63              * Filter the arguments for the Archives widget drop-down.
     63             * Filters the arguments for the Archives widget drop-down.
    6464             *
    6565             * @since 2.8.0
     
    102102        <?php
    103103        /**
    104          * Filter the arguments for the Archives widget.
     104         * Filters the arguments for the Archives widget.
    105105         *
    106106         * @since 2.8.0
  • trunk/src/wp-includes/widgets/class-wp-widget-categories.php

    r37040 r37489  
    7373
    7474            /**
    75              * Filter the arguments for the Categories widget drop-down.
     75             * Filters the arguments for the Categories widget drop-down.
    7676             *
    7777             * @since 2.8.0
     
    106106
    107107        /**
    108          * Filter the arguments for the Categories widget.
     108         * Filters the arguments for the Categories widget.
    109109         *
    110110         * @since 2.8.0
  • trunk/src/wp-includes/widgets/class-wp-widget-links.php

    r37040 r37489  
    7070
    7171        /**
    72          * Filter the arguments for the Links widget.
     72         * Filters the arguments for the Links widget.
    7373         *
    7474         * @since 2.6.0
  • trunk/src/wp-includes/widgets/class-wp-widget-meta.php

    r37040 r37489  
    6060            <?php
    6161            /**
    62              * Filter the "Powered by WordPress" text in the Meta widget.
     62             * Filters the "Powered by WordPress" text in the Meta widget.
    6363             *
    6464             * @since 3.6.0
  • trunk/src/wp-includes/widgets/class-wp-widget-pages.php

    r37040 r37489  
    4545
    4646        /**
    47          * Filter the widget title.
     47         * Filters the widget title.
    4848         *
    4949         * @since 2.6.0
     
    6262
    6363        /**
    64          * Filter the arguments for the Pages widget.
     64         * Filters the arguments for the Pages widget.
    6565         *
    6666         * @since 2.8.0
  • 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
  • trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php

    r37040 r37489  
    5959
    6060        /**
    61          * Filter the arguments for the Recent Posts widget.
     61         * Filters the arguments for the Recent Posts widget.
    6262         *
    6363         * @since 3.4.0
  • trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php

    r37040 r37489  
    5555
    5656        /**
    57          * Filter the taxonomy used in the Tag Cloud widget.
     57         * Filters the taxonomy used in the Tag Cloud widget.
    5858         *
    5959         * @since 2.8.0
  • trunk/src/wp-includes/widgets/class-wp-widget-text.php

    r37040 r37489  
    5151
    5252        /**
    53          * Filter the content of the Text widget.
     53         * Filters the content of the Text widget.
    5454         *
    5555         * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.