diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index ae0a6bc7ea..05832b2d5b 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -674,11 +674,16 @@ function media_buttons( $editor_id = 'content' ) { } /** + * Retrieves the upload iframe source URL. + * + * @since 3.0.0 + * * @global int $post_ID - * @param string $type - * @param int $post_id - * @param string $tab - * @return string + * + * @param string $type Media type. + * @param int $post_id Post ID. + * @param string $tab Media upload tab. + * @return string Upload iframe source URL. */ function get_upload_iframe_src( $type = null, $post_id = null, $tab = null ) { global $post_ID; diff --git a/wp-includes/version.php b/wp-includes/version.php index 1d164f380c..681160085d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53765'; +$wp_version = '6.1-alpha-53766'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.