Make WordPress Core


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

Docs: Standardize filter docs in core classes in wp-includes/* 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-oembed-controller.php

    r35656 r37492  
    2424    public function register_routes() {
    2525        /**
    26          * Filter the maxwidth oEmbed parameter.
     26         * Filters the maxwidth oEmbed parameter.
    2727         *
    2828         * @since 4.4.0
     
    6868
    6969        /**
    70          * Filter the determined post ID.
     70         * Filters the determined post ID.
    7171         *
    7272         * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.