Make WordPress Core

Changeset 53766


Ignore:
Timestamp:
07/23/2022 08:58:42 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Add function description and @since mention for get_upload_iframe_src().

Follow-up to [14015].

See #55646.

File:
1 edited

Legend:

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

    r53765 r53766  
    675675
    676676/**
     677 * Retrieves the upload iframe source URL.
     678 *
     679 * @since 3.0.0
     680 *
    677681 * @global int $post_ID
    678  * @param string $type
    679  * @param int    $post_id
    680  * @param string $tab
    681  * @return string
     682 *
     683 * @param string $type    Media type.
     684 * @param int    $post_id Post ID.
     685 * @param string $tab     Media upload tab.
     686 * @return string Upload iframe source URL.
    682687 */
    683688function get_upload_iframe_src( $type = null, $post_id = null, $tab = null ) {
Note: See TracChangeset for help on using the changeset viewer.