Add data types to @param documentation for the _page_rows() method of the posts list table. props c3mdigital, fixes #24872.

git-svn-id: https://develop.svn.wordpress.org/trunk@24985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-08-05 22:10:03 +00:00
parent 80cb8da9c3
commit da61fa7131
1 changed files with 6 additions and 6 deletions

View File

@ -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 ) {