Docs: Correct type and description for the first parameter of set-screen-option filter.

Props pbiron, burhandodhy.
Fixes #44850.

git-svn-id: https://develop.svn.wordpress.org/trunk@44667 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-01-21 16:07:40 +00:00
parent 562ef09446
commit 59e31e0e4d

View File

@ -651,7 +651,7 @@ function set_screen_options() {
* *
* @see set_screen_options() * @see set_screen_options()
* *
* @param bool|int $value Screen option value. Default false to skip. * @param bool $keep Whether to save or skip saving the screen option value. Default false.
* @param string $option The option name. * @param string $option The option name.
* @param int $value The number of rows to use. * @param int $value The number of rows to use.
*/ */