mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Add data types to @param documentation for the _page_rows() method of the posts list table. props c3mdigital, fixes #24872.
git-svn-id: http://core.svn.wordpress.org/trunk@24985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6bb179d880
commit
8211e6172a
@ -417,12 +417,12 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
*
|
||||
* @since 3.1.0 (Standalone function exists since 2.6.0)
|
||||
*
|
||||
* @param unknown_type $children_pages
|
||||
* @param unknown_type $count
|
||||
* @param unknown_type $parent
|
||||
* @param unknown_type $level
|
||||
* @param unknown_type $pagenum
|
||||
* @param unknown_type $per_page
|
||||
* @param array $children_pages
|
||||
* @param int $count
|
||||
* @param int $parent
|
||||
* @param int $level
|
||||
* @param int $pagenum
|
||||
* @param int $per_page
|
||||
*/
|
||||
function _page_rows( &$children_pages, &$count, $parent, $level, $pagenum, $per_page ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user