Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:14:19 PM (9 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-meta-query.php

    r37342 r37492  
    345345
    346346        /**
    347          * Filter the meta query's generated SQL.
     347         * Filters the meta query's generated SQL.
    348348         *
    349349         * @since 3.1.0
     
    718718
    719719        /**
    720          * Filter the table alias identified as compatible with the current clause.
     720         * Filters the table alias identified as compatible with the current clause.
    721721         *
    722722         * @since 4.1.0
Note: See TracChangeset for help on using the changeset viewer.