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

    r37435 r37488  
    3333
    3434    /**
    35      * Filter the capability required when using the Settings API.
     35     * Filters the capability required when using the Settings API.
    3636     *
    3737     * By default, the options groups for all registered settings require the manage_options capability.
     
    125125
    126126    /**
    127      * Filter whether the post-by-email functionality is enabled.
     127     * Filters whether the post-by-email functionality is enabled.
    128128     *
    129129     * @since 3.0.0
     
    136136
    137137/**
    138  * Filter the options white list.
     138 * Filters the options white list.
    139139 *
    140140 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.