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-links-opml.php

    r25616 r37535  
    4747foreach ( (array)$cats as $cat ) :
    4848    /**
    49      * Filter the OPML outline link category name.
     49     * Filters the OPML outline link category name.
    5050     *
    5151     * @since 2.2.0
     
    6161    foreach ( (array)$bookmarks as $bookmark ) :
    6262        /**
    63          * Filter the OPML outline link title text.
     63         * Filters the OPML outline link title text.
    6464         *
    6565         * @since 2.2.0
Note: See TracChangeset for help on using the changeset viewer.