Make WordPress Core


Ignore:
Timestamp:
12/20/2014 08:55:21 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve some docs for @param. Remove an unneeded $wpdb global import.

See #30799.

File:
1 edited

Legend:

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

    r30734 r30979  
    369369     * @access public
    370370     *
    371      * @param string $hook_name Optional. The hook name (also known as the hook suffix) used to determine the screen.
     371     * @param string|WP_Screen $hook_name Optional. The hook name (also known as the hook suffix) used to determine the screen.
    372372     *  Defaults to the current $hook_suffix global.
    373373     * @return WP_Screen Screen object.
Note: See TracChangeset for help on using the changeset viewer.