Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in various docblocks.

See #51800, #52217

File:
1 edited

Legend:

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

    r47227 r49936  
    5050 * @param string   $description Importer description.
    5151 * @param callable $callback    Callback to run.
    52  * @return WP_Error Returns WP_Error when $callback is WP_Error.
     52 * @return void|WP_Error Void on success. WP_Error when $callback is WP_Error.
    5353 */
    5454function register_importer( $id, $name, $description, $callback ) {
Note: See TracChangeset for help on using the changeset viewer.