Make WordPress Core


Ignore:
Timestamp:
07/03/2014 07:27:54 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove backticks on $post variables in some short parameter descriptions.

See [28653], [28654].
See #28388.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r28916 r28976  
    520520     * @access protected
    521521     *
    522      * @param int $post_id
    523      * @param int $pending_comments
     522     * @param int $post_id          The post ID.
     523     * @param int $pending_comments Number of pending comments.
    524524     */
    525525    protected function comments_bubble( $post_id, $pending_comments ) {
Note: See TracChangeset for help on using the changeset viewer.