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

    r36521 r37488  
    167167        $comments_per_page = $this->get_items_per_page( 'edit_comments_per_page' );
    168168        /**
    169          * Filter the number of comments listed per page in the comments list table.
     169         * Filters the number of comments listed per page in the comments list table.
    170170         *
    171171         * @since 2.6.0
     
    271271
    272272        /**
    273          * Filter the comment status links.
     273         * Filters the comment status links.
    274274         *
    275275         * @since 2.5.0
     
    331331<?php
    332332                /**
    333                  * Filter the comment types dropdown menu.
     333                 * Filters the comment types dropdown menu.
    334334                 *
    335335                 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.