From 59e31e0e4d74a7ad3a2e7976d3932e9b3f3a0bf0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 21 Jan 2019 16:07:40 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 6a333249a6..fac9fd5d26 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -651,7 +651,7 @@ function 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 int $value The number of rows to use. */