Make WordPress Core


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

    r36926 r37518  
    3333
    3434        /**
    35          * Filter the admin bar class to instantiate.
     35         * Filters the admin bar class to instantiate.
    3636         *
    3737         * @since 3.1.0
     
    922922
    923923        /**
    924          * Filter whether to show the admin bar.
     924         * Filters whether to show the admin bar.
    925925         *
    926926         * Returning false to this hook is the recommended way to hide the admin bar.
Note: See TracChangeset for help on using the changeset viewer.