Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* 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-admin/includes/misc.php

    r37273 r37488  
    1818
    1919    /**
    20      * Filter whether Apache and mod_rewrite are present.
     20     * Filters whether Apache and mod_rewrite are present.
    2121     *
    2222     * This filter was previously used to force URL rewriting for other servers,
     
    4747
    4848    /**
    49      * Filter whether URL rewriting is available.
     49     * Filters whether URL rewriting is available.
    5050     *
    5151     * @since 3.7.0
     
    370370
    371371    /**
    372      * Filter the list of functions and classes to be ignored from the documentation lookup.
     372     * Filters the list of functions and classes to be ignored from the documentation lookup.
    373373     *
    374374     * @since 2.8.0
     
    439439
    440440                /**
    441                  * Filter a screen option value before it is set.
     441                 * Filters a screen option value before it is set.
    442442                 *
    443443                 * The filter can also be used to modify non-standard [items]_per_page
Note: See TracChangeset for help on using the changeset viewer.