From d4e91bb53a836c2a61af158d294aff56bf0729bc Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 8 Dec 2015 03:43:26 +0000 Subject: [PATCH] About Page: use `srcset` for images, also known as Recursive Dogfooding. Merge of [35825] to the 4.4 branch. Props joemcgill. See #34663. Built from https://develop.svn.wordpress.org/branches/4.4@35827 git-svn-id: http://core.svn.wordpress.org/branches/4.4@35791 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 2b70e86d05..922c71a664 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,7 +45,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +
@@ -54,7 +54,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +
@@ -69,7 +69,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 407be659cb..d66b961597 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35824'; +$wp_version = '4.4-RC1-35827'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.