Make WordPress Core


Ignore:
Timestamp:
12/01/2014 12:59:43 AM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-admin/*.

See #30224.

File:
1 edited

Legend:

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

    r30648 r30680  
    6161 * @since 2.7.0
    6262 *
    63  * @param string|WP_Screen $screen
     63 * @param WP_Screen $screen
    6464 */
    6565function meta_box_prefs( $screen ) {
     
    651651     * @param string $key    Optional. Specific array key for when the option is an array.
    652652     *                       Default false.
    653      * @return mixed The option value if set, null otherwise.
     653     * @return string The option value if set, null otherwise.
    654654     */
    655655    public function get_option( $option, $key = false ) {
Note: See TracChangeset for help on using the changeset viewer.