Make WordPress Core


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

Docs: Standardize filter docs in remaining wp-includes/* files 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-IXR.php

    r37244 r37518  
    250250        if ( function_exists( 'apply_filters' ) ) {
    251251            /**
    252              * Filter the number of elements to parse in an XML-RPC response.
     252             * Filters the number of elements to parse in an XML-RPC response.
    253253             *
    254254             * @since 4.0.0
     
    274274
    275275        /**
    276          * Filter the chunk size that can be used to parse an XML-RPC reponse message.
     276         * Filters the chunk size that can be used to parse an XML-RPC reponse message.
    277277         *
    278278         * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.