From 862cf19772c935cdc4a8e57536373e63ae577147 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 3 Nov 2015 16:02:25 +0000 Subject: [PATCH] Media: Improve form fields labels association in the Edit Media screen. Fixes #34548. Built from https://develop.svn.wordpress.org/trunk@35493 git-svn-id: http://core.svn.wordpress.org/trunk@35457 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.