Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (8 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/capabilities.php

    r37342 r37518  
    250250        if ( $meta_key && has_filter( "auth_post_meta_{$meta_key}" ) ) {
    251251            /**
    252              * Filter whether the user is allowed to add post meta to a post.
     252             * Filters whether the user is allowed to add post meta to a post.
    253253             *
    254254             * The dynamic portion of the hook name, `$meta_key`, refers to the
     
    391391
    392392    /**
    393      * Filter a user's capabilities depending on specific context and/or privilege.
     393     * Filters a user's capabilities depending on specific context and/or privilege.
    394394     *
    395395     * @since 2.8.0
Note: See TracChangeset for help on using the changeset viewer.