mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00: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:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user