Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:09:59 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in the Customizer classes 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-customize-widgets.php

    r37352 r37491  
    456456
    457457                    /**
    458                      * Filter Customizer widget section arguments for a given sidebar.
     458                     * Filters Customizer widget section arguments for a given sidebar.
    459459                     *
    460460                     * @since 3.9.0
     
    576576
    577577        /**
    578          * Filter whether the given widget is considered "wide".
     578         * Filters whether the given widget is considered "wide".
    579579         *
    580580         * @since 3.9.0
     
    840840
    841841        /**
    842          * Filter the common arguments supplied when constructing a Customizer setting.
     842         * Filters the common arguments supplied when constructing a Customizer setting.
    843843         *
    844844         * @since 3.9.0
Note: See TracChangeset for help on using the changeset viewer.