diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index f58c818985..b90835fdd1 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -2778,7 +2778,7 @@ function edit_form_image_editor( $post ) { ); ?> - @@ -2812,8 +2812,8 @@ function attachment_submitbox_metadata() { $att_url = wp_get_attachment_url( $post->ID ); ?>
- - + +
diff --git a/wp-includes/version.php b/wp-includes/version.php index c865179442..2f870c347c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta2-35492'; +$wp_version = '4.4-beta2-35493'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.