Make WordPress Core

Changeset 35223


Ignore:
Timestamp:
10/16/2015 06:24:25 PM (9 years ago)
Author:
SergeyBiryukov
Message:

In WP_Posts_List_Table, correct the type for $comment_pending_count.

See #11381.

File:
1 edited

Legend:

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

    r34889 r35223  
    1111
    1212    /**
    13      * Whether the items should be displayed hierarchically or linearly
     13     * Whether the items should be displayed hierarchically or linearly.
    1414     *
    1515     * @since 3.1.0
     
    2020
    2121    /**
    22      * Holds the number of pending comments for each post
     22     * Holds the number of pending comments for each post.
    2323     *
    2424     * @since 3.1.0
    25      * @var int
     25     * @var array
    2626     * @access protected
    2727     */
     
    2929
    3030    /**
    31      * Holds the number of posts for this user
     31     * Holds the number of posts for this user.
    3232     *
    3333     * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.