Make WordPress Core


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

Docs: Standardize filter docs in core classes in wp-includes/* 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/class-wp-widget.php

    r37425 r37492  
    354354
    355355            /**
    356              * Filter the settings for a particular widget instance.
     356             * Filters the settings for a particular widget instance.
    357357             *
    358358             * Returning false will effectively short-circuit display of the widget.
     
    443443
    444444                /**
    445                  * Filter a widget's settings before saving.
     445                 * Filters a widget's settings before saving.
    446446                 *
    447447                 * Returning false will effectively short-circuit the widget's ability
     
    499499
    500500        /**
    501          * Filter the widget instance's settings before displaying the control form.
     501         * Filters the widget instance's settings before displaying the control form.
    502502         *
    503503         * Returning false effectively short-circuits display of the control form.
Note: See TracChangeset for help on using the changeset viewer.