Make WordPress Core

Changeset 34823


Ignore:
Timestamp:
10/05/2015 02:43:49 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing DocBlock summaries for a multitude of functions in wp-admin/includes/media.php.

See #32246.

File:
1 edited

Legend:

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

    r34348 r34823  
    6666
    6767/**
    68  * {@internal Missing Short Description}}
     68 * Outputs the legacy media upload tabs UI.
    6969 *
    7070 * @since 2.5.0
     
    103103
    104104/**
    105  * {@internal Missing Short Description}}
     105 * Retrieves the image HTML to send to the editor.
    106106 *
    107107 * @since 2.5.0
     
    617617
    618618/**
    619  * {@internal Missing Short Description}}
     619 * Handles form submissions for the legacy media uploader.
    620620 *
    621621 * @since 2.5.0
     
    886886
    887887/**
    888  * {@internal Missing Short Description}}
     888 * Retrieves the legacy media uploader form in an iframe.
    889889 *
    890890 * @since 2.5.0
     
    909909
    910910/**
    911  * {@internal Missing Short Description}}
     911 * Retrieves the legacy media library form in an iframe.
    912912 *
    913913 * @since 2.5.0
     
    10781078
    10791079/**
    1080  * {@internal Missing Short Description}}
     1080 * Retrieves the image attachment fields to edit form fields.
    10811081 *
    10821082 * @since 2.5.0
     
    10911091
    10921092/**
    1093  * {@internal Missing Short Description}}
     1093 * Retrieves the single non-image attachment fields to edit form fields.
    10941094 *
    10951095 * @since 2.5.0
     
    11051105
    11061106/**
    1107  * {@internal Missing Short Description}}
     1107 * Retrieves the post non-image attachment fields to edito form fields.
    11081108 *
    11091109 * @since 2.8.0
     
    11441144
    11451145/**
    1146  * {@internal Missing Short Description}}
     1146 * Retrieves the media element HTML to send to the editor.
    11471147 *
    11481148 * @since 2.5.0
     
    11691169
    11701170/**
    1171  * {@internal Missing Short Description}}
     1171 * Retrieves the attachment fields to edit form fields.
    11721172 *
    11731173 * @since 2.5.0
     
    17411741
    17421742/**
    1743  * {@internal Missing Short Description}}
     1743 * Outputs the legacy media upload header.
    17441744 *
    17451745 * @since 2.5.0
     
    17571757
    17581758/**
    1759  * {@internal Missing Short Description}}
     1759 * Outputs the legacy media upload form.
    17601760 *
    17611761 * @since 2.5.0
     
    19491949
    19501950/**
    1951  * {@internal Missing Short Description}}
     1951 * Outputs the legacy media upload form for a given media type.
    19521952 *
    19531953 * @since 2.5.0
     
    20192019
    20202020/**
    2021  * {@internal Missing Short Description}}
     2021 * Outputs the legacy media upload form for external media.
    20222022 *
    20232023 * @since 2.7.0
     
    23102310
    23112311/**
    2312  * {@internal Missing Short Description}}
     2312 * Outputs the legacy media upload form for the media library.
    23132313 *
    23142314 * @since 2.5.0
Note: See TracChangeset for help on using the changeset viewer.