From 28ecfd83c68545753b7e1f5258d06bdb22f30e37 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 8 Jul 2015 20:38:25 +0000 Subject: [PATCH] Updates: Select All should not be a column header. See #31654. props tywayne. fixes #32905. Built from https://develop.svn.wordpress.org/trunk@33133 git-svn-id: http://core.svn.wordpress.org/trunk@33104 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 8a0b1d84fe..9690216965 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -245,7 +245,7 @@ function list_plugin_updates() { - + @@ -298,7 +298,7 @@ function list_plugin_updates() { - + @@ -330,7 +330,7 @@ function list_theme_updates() {
- + @@ -349,7 +349,7 @@ function list_theme_updates() { - + diff --git a/wp-includes/version.php b/wp-includes/version.php index b743dc08fa..6a89221037 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33132'; +$wp_version = '4.3-beta1-33133'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.