diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php
index 56825012f0..6a641658b5 100644
--- a/wp-admin/includes/media.php
+++ b/wp-admin/includes/media.php
@@ -145,7 +145,7 @@ function get_image_send_to_editor( $id, $caption, $title, $align, $url = '', $re
}
if ( $url ) {
- $html = '' . $html . '';
+ $html = '' . $html . '';
}
/**
@@ -1269,8 +1269,8 @@ function image_link_input_fields( $post, $url_type = '' ) {
return "
-
-
+
+
';
}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ca6c3efaf2..616514e28d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.1-alpha-53568';
+$wp_version = '6.1-alpha-53570';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.