Make WordPress Core


Ignore:
Timestamp:
01/06/2012 06:31:43 PM (14 years ago)
Author:
duck_
Message:

Fix mistakes in parameter documentation and add some missing param docs. See #19756.

File:
1 edited

Legend:

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

    r19680 r19702  
    566566     * @since 3.3.0
    567567     *
    568      * @param string
     568     * @param string $option Option ID.
     569     * @param mixed $key Optional. Specific array key for when the option is an array.
    569570     */
    570571    public function get_option( $option, $key = false ) {
Note: See TracChangeset for help on using the changeset viewer.