Make WordPress Core


Ignore:
Timestamp:
05/23/2016 04:43:20 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in root folder files to use third-person singular verbs per the inline documentation standards for PHP.

Fixes #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-mail.php

    r34864 r37535  
    164164
    165165    /**
    166      * Filter the original content of the email.
     166     * Filters the original content of the email.
    167167     *
    168168     * Give Post-By-Email extending plugins full access to the content, either
     
    190190
    191191    /**
    192      * Filter the content of the post submitted by email before saving.
     192     * Filters the content of the post submitted by email before saving.
    193193     *
    194194     * @since 1.2.0
Note: See TracChangeset for help on using the changeset viewer.