From 49626f348ab38ff4e8dba68332f252d665aa638f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 4 May 2015 00:04:15 +0000 Subject: [PATCH] Emoji: rename the exclude class to wp-exclude-emoji. Props Clorith. See #32197. git-svn-id: https://develop.svn.wordpress.org/trunk@32337 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/editor-expand.js | 2 +- src/wp-includes/js/wp-emoji.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/js/editor-expand.js b/src/wp-admin/js/editor-expand.js index 4165985e11..4d76717309 100644 --- a/src/wp-admin/js/editor-expand.js +++ b/src/wp-admin/js/editor-expand.js @@ -15,7 +15,7 @@ $visualEditor = $(), $textTop = $( '#ed_toolbar' ), $textEditor = $( '#content' ), - $textEditorClone = $( '
' ), + $textEditorClone = $( '
' ), $bottom = $( '#post-status-info' ), $menuBar = $(), $statusBar = $(), diff --git a/src/wp-includes/js/wp-emoji.js b/src/wp-includes/js/wp-emoji.js index d925496aa4..5777ef2e9c 100644 --- a/src/wp-includes/js/wp-emoji.js +++ b/src/wp-includes/js/wp-emoji.js @@ -70,7 +70,7 @@ node = node.parentNode; } - if ( ! node || ( node.className && node.className.indexOf( 'wp-no-emoji' ) !== -1 ) ) { + if ( ! node || ( node.className && node.className.indexOf( 'wp-exclude-emoji' ) !== -1 ) ) { continue; }