Make WordPress Core

Changeset 30369


Ignore:
Timestamp:
11/17/2014 05:10:56 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix parameter description syntax for WP_Screen::get_option().

Props zrothauser for the initial patch.
See [30368]. Fixes #30363.

File:
1 edited

Legend:

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

    r30368 r30369  
    648648     * @since 3.3.0
    649649     *
    650      * @param string $option Option ID.
    651      * @param string $key    Optional. Specific array key for when the option is an array. Default false.
     650     * @param string $option Option name.
     651     * @param string $key    Optional. Specific array key for when the option is an array.
     652     *                       Default false.
    652653     * @return mixed The option value if set, null otherwise.
    653654     */
Note: See TracChangeset for help on using the changeset viewer.