Make WordPress Core


Ignore:
Timestamp:
05/29/2015 09:16:59 PM (9 years ago)
Author:
wonderboymusic
Message:

Add (more) missing doc blocks to wp-admin/includes/*.

See #32444.

File:
1 edited

Legend:

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

    r32653 r32655  
    164164 *
    165165 * @since 2.7.0
     166 *
     167 * @param bool $type_selector
    166168 */
    167169function install_search_form( $type_selector = true ) {
     
    262264 *
    263265 * @since 3.0.0
     266 *
     267 * @param array|object $api
     268 * @param bool        $loop
     269 * @return type
    264270 */
    265271function install_plugin_install_status($api, $loop = false) {
Note: See TracChangeset for help on using the changeset viewer.