Fix updating of nonces on the Edit Post screen after the log in expires and the user logs in again.

Props iseulde, azaozz. Fixes #33098.
Built from https://develop.svn.wordpress.org/trunk@33468


git-svn-id: http://core.svn.wordpress.org/trunk@33435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-07-28 22:07:25 +00:00
parent 49ac027038
commit fa25fe82ef
8 changed files with 46 additions and 38 deletions

View File

@@ -389,7 +389,6 @@
if ( response.nonces_expired ) {
$document.trigger( 'heartbeat-nonces-expired' );
return;
}
// Change the interval from PHP

File diff suppressed because one or more lines are too long