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/edit-form-advanced.php

    r37159 r37488  
    2222
    2323/**
    24  * Filter whether to enable the 'expand' functionality in the post editor.
     24 * Filters whether to enable the 'expand' functionality in the post editor.
    2525 *
    2626 * @since 4.0.0
     
    164164
    165165/**
    166  * Filter the post updated messages.
     166 * Filters the post updated messages.
    167167 *
    168168 * @since 3.0.0
     
    544544    <?php
    545545    /**
    546      * Filter the title field placeholder text.
     546     * Filters the title field placeholder text.
    547547     *
    548548     * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.