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/import.php

    r32642 r32655  
    4646 * @global array $wp_importers
    4747 *
    48  * @param string $id Importer tag. Used to uniquely identify importer.
    49  * @param string $name Importer name and title.
    50  * @param string $description Importer description.
    51  * @param callback $callback Callback to run.
     48 * @param string   $id          Importer tag. Used to uniquely identify importer.
     49 * @param string   $name        Importer name and title.
     50 * @param string   $description Importer description.
     51 * @param callback $callback    Callback to run.
    5252 * @return WP_Error Returns WP_Error when $callback is WP_Error.
    5353 */
Note: See TracChangeset for help on using the changeset viewer.