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/class-wp-upgrader-skins.php

    r30384 r30680  
    2828    }
    2929
     30    /**
     31     * @param WP_Upgrader $upgrader
     32     */
    3033    public function set_upgrader(&$upgrader) {
    3134        if ( is_object($upgrader) )
     
    217220    }
    218221
     222    /**
     223     * @param string $string
     224     */
    219225    public function feedback($string) {
    220226        if ( isset( $this->upgrader->strings[$string] ) )
     
    722728    }
    723729
     730    /**
     731     * @param string|array|WP_Error $data
     732     */
    724733    public function feedback( $data ) {
    725734        if ( is_wp_error( $data ) )
Note: See TracChangeset for help on using the changeset viewer.