mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 04:49:49 +01:00
Fix typo in wp-emoji.js.
See #35977. git-svn-id: https://develop.svn.wordpress.org/trunk@36981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a637421857
commit
98c197f09f
@ -73,7 +73,7 @@
|
||||
*/
|
||||
while( node.nextSibling && 3 === node.nextSibling.nodeType ) {
|
||||
node.nodeValue = node.nodeValue + node.nextSibling.nodeValue;
|
||||
node.parentNode.removedChild( node.nextSibling );
|
||||
node.parentNode.removeChild( node.nextSibling );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user