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-media-list-table.php

    r36887 r37488  
    283283
    284284        /**
    285          * Filter the taxonomy columns for attachments in the Media list table.
     285         * Filters the taxonomy columns for attachments in the Media list table.
    286286         *
    287287         * @since 3.5.0
     
    313313        $posts_columns['date'] = _x( 'Date', 'column name' );
    314314        /**
    315          * Filter the Media list table columns.
     315         * Filters the Media list table columns.
    316316         *
    317317         * @since 2.5.0
     
    746746
    747747        /**
    748          * Filter the action links for each attachment in the Media list table.
     748         * Filters the action links for each attachment in the Media list table.
    749749         *
    750750         * @since 2.8.0
Note: See TracChangeset for help on using the changeset viewer.