Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:09:59 PM (10 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-setting.php

    r37476 r37491  
    518518
    519519        /**
    520          * Filter a Customize setting value in un-slashed form.
     520         * Filters a Customize setting value in un-slashed form.
    521521         *
    522522         * @since 3.4.0
     
    694694
    695695            /**
    696              * Filter a Customize setting value not handled as a theme_mod or option.
     696             * Filters a Customize setting value not handled as a theme_mod or option.
    697697             *
    698698             * The dynamic portion of the hook name, `$this->id_date['base']`, refers to
     
    728728
    729729        /**
    730          * Filter a Customize setting value for use in JavaScript.
     730         * Filters a Customize setting value for use in JavaScript.
    731731         *
    732732         * The dynamic portion of the hook name, `$this->id`, refers to the setting ID.
Note: See TracChangeset for help on using the changeset viewer.