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-user-query.php

    r37431 r37492  
    481481
    482482            /**
    483              * Filter the columns to search in a WP_User_Query search.
     483             * Filters the columns to search in a WP_User_Query search.
    484484             *
    485485             * The default columns depend on the search term, and include 'user_email',
     
    548548
    549549        /**
    550          * Filter SELECT FOUND_ROWS() query for the current WP_User_Query instance.
     550         * Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance.
    551551         *
    552552         * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.