Make WordPress Core


Ignore:
Timestamp:
01/21/2019 04:07:40 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props pbiron, burhandodhy.
Fixes #44850.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r44629 r44667  
    652652                 * @see set_screen_options()
    653653                 *
    654                  * @param bool|int $value  Screen option value. Default false to skip.
     654                 * @param bool     $keep   Whether to save or skip saving the screen option value. Default false.
    655655                 * @param string   $option The option name.
    656656                 * @param int      $value  The number of rows to use.
Note: See TracChangeset for help on using the changeset viewer.