Docs: Add missing descriptions for WP_List_Table::get_items_per_page() parameters.

Follow-up to [53039].

Props jrf, aristath, poena, justinahinon, SergeyBiryukov.
See #54729, #55327.

git-svn-id: https://develop.svn.wordpress.org/trunk@53040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-03-31 15:23:07 +00:00
parent 896ac0b6cc
commit 143df6e763

View File

@ -823,8 +823,8 @@ class WP_List_Table {
*
* @since 3.1.0
*
* @param string $option
* @param int $default_value
* @param string $option User option name.
* @param int $default_value Optional. The number of items to display. Default 20.
* @return int
*/
protected function get_items_per_page( $option, $default_value = 20 ) {