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

    r36156 r37488  
    2626
    2727        /**
    28          * Filter the column headers for a list table on a specific screen.
     28         * Filters the column headers for a list table on a specific screen.
    2929         *
    3030         * The dynamic portion of the hook name, `$screen->id`, refers to the
     
    6464
    6565        /**
    66          * Filter the default list of hidden columns.
     66         * Filters the default list of hidden columns.
    6767         *
    6868         * @since 4.4.0
     
    7575
    7676    /**
    77      * Filter the list of hidden columns.
     77     * Filters the list of hidden columns.
    7878     *
    7979     * @since 4.4.0
     
    154154
    155155        /**
    156          * Filter the default list of hidden meta boxes.
     156         * Filters the default list of hidden meta boxes.
    157157         *
    158158         * @since 3.1.0
     
    165165
    166166    /**
    167      * Filter the list of hidden meta boxes.
     167     * Filters the list of hidden meta boxes.
    168168     *
    169169     * @since 3.3.0
Note: See TracChangeset for help on using the changeset viewer.