Skip to content

Commit 5f83576

Browse files
committed
Clarify where wp-emoji.js is
1 parent 407148e commit 5f83576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/lib/emoji-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const settings = /** @type {WPEmojiSettings} */ (
1818
JSON.parse( document.getElementById( 'wp-emoji-settings' ).textContent )
1919
);
2020

21-
// For compatibility with other scripts that read from this global, in particular wp-emoji.js.
21+
// For compatibility with other scripts that read from this global, in particular wp-includes/js/wp-emoji.js (source file: js/_enqueues/wp/emoji.js).
2222
window._wpemojiSettings = settings;
2323

2424
/**

0 commit comments

Comments
 (0)