From 35d5918a1dc497c96679d2253a00211567805736 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 21 Jan 2017 02:22:26 +0000 Subject: [PATCH] Posts, Post Types: Preserve author filter in list table after entering a page number in paging input. Props sagarprajapati. Fixes #39523. Built from https://develop.svn.wordpress.org/trunk@39938 git-svn-id: http://core.svn.wordpress.org/trunk@39875 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 3b11eb71b7..d97932b11f 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -350,6 +350,11 @@ $_SERVER['REQUEST_URI'] = remove_query_arg( array( 'locked', 'skipped', 'updated + + + + + diff --git a/wp-includes/version.php b/wp-includes/version.php index 05e1ff27e7..2102a14abd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39937'; +$wp_version = '4.8-alpha-39938'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.