Make WordPress Core

Changeset 32010


Ignore:
Timestamp:
04/04/2015 04:03:20 PM (9 years ago)
Author:
DrewAPicture
Message:

Fix syntax for the $to_display parameter description in the DocBlock for WP_Posts_List_Table->_page_rows().

See [31730]. See #31888.

File:
1 edited

Legend:

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

    r32009 r32010  
    577577     * @param int $pagenum
    578578     * @param int $per_page
    579      * @param array $to_display list of pages to be displayed
     579     * @param array $to_display List of pages to be displayed. Passed by reference.
    580580     */
    581581    private function _page_rows( &$children_pages, &$count, $parent, $level, $pagenum, $per_page, &$to_display ) {
Note: See TracChangeset for help on using the changeset viewer.