diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index ccd02d6d06..c45f3f00a7 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -428,7 +428,7 @@ function wp_print_media_templates() {
<# if ( data.can.save ) { #> | - + <# } #> <# if ( ! data.uploading && data.can.remove ) { #> | diff --git a/wp-includes/version.php b/wp-includes/version.php index a795f4386c..72cd552683 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43717'; +$wp_version = '5.0-alpha-43718'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.