Fix syntax for the `$to_display` parameter description in the DocBlock for `WP_Posts_List_Table->_page_rows()`.
See [31730]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32010 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
472b335948
commit
d0d60543ae
|
@ -576,7 +576,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||||
* @param int $level
|
* @param int $level
|
||||||
* @param int $pagenum
|
* @param int $pagenum
|
||||||
* @param int $per_page
|
* @param int $per_page
|
||||||
* @param array $to_display list of pages to be displayed
|
* @param array $to_display List of pages to be displayed. Passed by reference.
|
||||||
*/
|
*/
|
||||||
private function _page_rows( &$children_pages, &$count, $parent, $level, $pagenum, $per_page, &$to_display ) {
|
private function _page_rows( &$children_pages, &$count, $parent, $level, $pagenum, $per_page, &$to_display ) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue