mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
896ac0b6cc
commit
143df6e763
@ -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 ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user