Changeset 53766
- Timestamp:
- 07/23/2022 08:58:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r53765 r53766 675 675 676 676 /** 677 * Retrieves the upload iframe source URL. 678 * 679 * @since 3.0.0 680 * 677 681 * @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. 682 687 */ 683 688 function get_upload_iframe_src( $type = null, $post_id = null, $tab = null ) {
Note: See TracChangeset
for help on using the changeset viewer.