Make WordPress Core


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

    r37476 r37491  
    243243
    244244        /**
    245          * Filter the core Customizer components to load.
     245         * Filters the core Customizer components to load.
    246246         *
    247247         * This allows Core components to be excluded from being instantiated by
     
    971971
    972972    /**
    973      * Filter the current theme and return the name of the previewed theme.
     973     * Filters the current theme and return the name of the previewed theme.
    974974     *
    975975     * @since 3.4.0
     
    10991099
    11001100        /**
    1101          * Filter response data for a successful customize_save AJAX request.
     1101         * Filters response data for a successful customize_save AJAX request.
    11021102         *
    11031103         * This filter does not apply if there was a nonce or authentication failure.
     
    11841184
    11851185            /**
    1186              * Filter a dynamic setting's constructor args.
     1186             * Filters a dynamic setting's constructor args.
    11871187             *
    11881188             * For a dynamic setting to be registered, this filter must be employed
     
    17411741
    17421742        /**
    1743          * Filter nonces for Customizer.
     1743         * Filters nonces for Customizer.
    17441744         *
    17451745         * @since 4.2.0
     
    17791779
    17801780        /**
    1781          * Filter the list of URLs allowed to be clicked and followed in the Customizer preview.
     1781         * Filters the list of URLs allowed to be clicked and followed in the Customizer preview.
    17821782         *
    17831783         * @since 3.4.0
     
    18991899
    19001900        /**
    1901          * Filter the available devices to allow previewing in the Customizer.
     1901         * Filters the available devices to allow previewing in the Customizer.
    19021902         *
    19031903         * @since 4.5.0
Note: See TracChangeset for help on using the changeset viewer.