Make WordPress Core

Changeset 19950


Ignore:
Timestamp:
02/18/2012 09:59:47 PM (13 years ago)
Author:
nacin
Message:

Add an @return. fixes #19974.

File:
1 edited

Legend:

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

    r19944 r19950  
    115115 * @param string $option An option name.
    116116 * @param mixed $args Option-dependent arguments.
    117  * @return void
    118117 */
    119118function add_screen_option( $option, $args = array() ) {
     
    662661     * @since 3.4.0
    663662     *
     663     * @return string Contents of the help sidebar.
    664664     */
    665665    public function get_help_sidebar() {
Note: See TracChangeset for help on using the changeset viewer.