We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8845a0 commit ca22ac9Copy full SHA for ca22ac9
src/js/_enqueues/lib/emoji-loader.js
@@ -18,7 +18,7 @@ const settings = /** @type {WPEmojiSettings} */ (
18
JSON.parse( document.getElementById( 'wp-emoji-settings' ).textContent )
19
);
20
21
-// For compatibility with other scripts that read from this global.
+// For compatibility with other scripts that read from this global, in particular wp-emoji.js.
22
window._wpemojiSettings = settings;
23
24
/**
0 commit comments