mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-29 17:54:29 +00:00
Post Edit Collision Detection from mdawaffe. fixes #6043
git-svn-id: https://develop.svn.wordpress.org/trunk@7103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -777,9 +777,11 @@ class WP_Ajax_Response {
|
||||
}
|
||||
|
||||
$s = '';
|
||||
if ( (array) $supplemental )
|
||||
if ( (array) $supplemental ) {
|
||||
foreach ( $supplemental as $k => $v )
|
||||
$s .= "<$k><![CDATA[$v]]></$k>";
|
||||
$s = "<supplemental>$s</supplemental>";
|
||||
}
|
||||
|
||||
if ( false === $action )
|
||||
$action = $_POST['action'];
|
||||
|
||||
Reference in New Issue
Block a user