Make WordPress Core

Changeset 53794


Ignore:
Timestamp:
07/29/2022 09:20:30 AM (2 years ago)
Author:
audrasjb
Message:

Docs: Various docblock improvements in Importer Administration API, as per docs standards.

See #55646.

File:
1 edited

Legend:

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

    r53183 r53794  
    88
    99/**
    10  * Retrieve list of importers.
     10 * Retrieves the list of importers.
    1111 *
    1212 * @since 2.0.0
     
    2424
    2525/**
    26  * Sorts a multidimensional array by first member of each top level member
     26 * Sorts a multidimensional array by first member of each top level member.
    2727 *
    2828 * Used by uasort() as a callback, should not be used directly.
     
    4040
    4141/**
    42  * Register importer for WordPress.
     42 * Registers importer for WordPress.
    4343 *
    4444 * @since 2.0.0
     
    7474
    7575/**
    76  * Handle importer uploading and add attachment.
    77  *
    78  * @since 2.0.0
    79  *
    80  * @return array Uploaded file's details on success, error message on failure
     76 * Handles importer uploading and adds attachment.
     77 *
     78 * @since 2.0.0
     79 *
     80 * @return array Uploaded file's details on success, error message on failure.
    8181 */
    8282function wp_import_handle_upload() {
Note: See TracChangeset for help on using the changeset viewer.