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/widgets.php

    r37342 r37518  
    673673
    674674        /**
    675          * Filter the parameters passed to a widget's display callback.
     675         * Filters the parameters passed to a widget's display callback.
    676676         *
    677677         * Note: The filter is evaluated on both the front end and back end,
     
    756756
    757757    /**
    758      * Filter whether a sidebar has widgets.
     758     * Filters whether a sidebar has widgets.
    759759     *
    760760     * Note: The filter is also evaluated for empty sidebars, and on both the front end
     
    854854
    855855    /**
    856      * Filter whether a dynamic sidebar is considered "active".
     856     * Filters whether a dynamic sidebar is considered "active".
    857857     *
    858858     * @since 3.9.0
     
    905905
    906906    /**
    907      * Filter the list of sidebars and their widgets.
     907     * Filters the list of sidebars and their widgets.
    908908     *
    909909     * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.