Make WordPress Core


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

Docs: Standardize hook docs in wp-includes/rest-api/* 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/rest-api/class-wp-rest-request.php

    r37342 r37490  
    374374
    375375        /**
    376          * Filter the parameter order.
     376         * Filters the parameter order.
    377377         *
    378378         * The order affects which parameters are checked when using get_param() and family.
     
    971971
    972972        /**
    973          * Filter the request generated from a URL.
     973         * Filters the request generated from a URL.
    974974         *
    975975         * @since 4.5.0
Note: See TracChangeset for help on using the changeset viewer.