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/class-wp-posts-list-table.php

    r37422 r37488  
    516516
    517517        /**
    518          * Filter the taxonomy columns in the Posts list table.
     518         * Filters the taxonomy columns in the Posts list table.
    519519         *
    520520         * The dynamic portion of the hook name, `$post_type`, refers to the post
     
    549549
    550550            /**
    551              * Filter the columns displayed in the Pages list table.
     551             * Filters the columns displayed in the Pages list table.
    552552             *
    553553             * @since 2.5.0
     
    559559
    560560            /**
    561              * Filter the columns displayed in the Posts list table.
     561             * Filters the columns displayed in the Posts list table.
    562562             *
    563563             * @since 1.5.0
     
    570570
    571571        /**
    572          * Filter the columns displayed in the Posts list table for a specific post type.
     572         * Filters the columns displayed in the Posts list table for a specific post type.
    573573         *
    574574         * The dynamic portion of the hook name, `$post_type`, refers to the post type slug.
     
    965965        if ( 'excerpt' === $mode ) {
    966966            /**
    967              * Filter the published time of the post.
     967             * Filters the published time of the post.
    968968             *
    969969             * If `$mode` equals 'excerpt', the published time and date are both displayed.
     
    12521252
    12531253            /**
    1254              * Filter the array of row action links on the Pages list table.
     1254             * Filters the array of row action links on the Pages list table.
    12551255             *
    12561256             * The filter is evaluated only for hierarchical post types.
     
    12671267
    12681268            /**
    1269              * Filter the array of row action links on the Posts list table.
     1269             * Filters the array of row action links on the Posts list table.
    12701270             *
    12711271             * The filter is evaluated only for non-hierarchical post types.
     
    13091309
    13101310            /**
    1311              * Filter whether the current taxonomy should be shown in the Quick Edit panel.
     1311             * Filters whether the current taxonomy should be shown in the Quick Edit panel.
    13121312             *
    13131313             * @since 4.2.0
     
    14741474
    14751475        /**
    1476          * Filter the arguments used to generate the Quick Edit page-parent drop-down.
     1476         * Filters the arguments used to generate the Quick Edit page-parent drop-down.
    14771477         *
    14781478         * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.