Make WordPress Core


Ignore:
Timestamp:
04/04/2015 04:00:08 PM (9 years ago)
Author:
DrewAPicture
Message:

Add a return description to the DocBlock for WP_Posts_List_Table->is_base_request().

See [31828]. See #31888.

File:
1 edited

Legend:

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

    r31959 r32009  
    150150
    151151    /**
    152      * Determine if the current view is the "All" view
     152     * Determine if the current view is the "All" view.
    153153     *
    154154     * @since 4.2.0
    155155     *
    156      * @return boolean
     156     * @return bool Whether the current ivew is the "All" view.
    157157     */
    158158    protected function is_base_request() {
Note: See TracChangeset for help on using the changeset viewer.