From 0c99d691d755596409e70950604293da72db2f16 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 8 May 2020 15:59:37 -0600 Subject: [PATCH 1/2] add documentation for remove emoji --- docs/remove-emoji.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/remove-emoji.md diff --git a/docs/remove-emoji.md b/docs/remove-emoji.md new file mode 100644 index 0000000..9f98c3a --- /dev/null +++ b/docs/remove-emoji.md @@ -0,0 +1,27 @@ +# Remove Emoji + +Remove all the emoji scripts that are included with WordPress. By default, this module is active. To allow emojis, toggle the `remove-emoji` module in the Altis config. + +```json +{ + "extra": { + "altis": { + "modules": { + "cms": { + "remove-emoji": false + } + } + } + } +} +``` + +## About emoji +Emoji are the ideograms or smileys 😃 used in electronic messages and Web pages. Originating in Japan on mobile devices, they are now commonly available on devices worldwide, ranging from mobile to desktop computers. + +Different operating systems have distinct methods of accessing emoji. Note that these methods work in most applications, not just WordPress. + +## Why remove emoji? +Besides not wanting emoji to automatically be automatically converted from text that is equivalent to smileys (see [Using Smilies](https://wordpress.org/support/article/using-smilies/)), leaving emoji active loads JavaScript files (`wp-emoji.js` and `twemoji.js`) in the background which may not be desired for all sites. For this reason, Remove Emoji is active by default. + +For more information, see [Emoji](https://wordpress.org/support/article/emoji/). \ No newline at end of file From e89e55a33f2f24548e3179739262a3d84b593644 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 20 May 2020 09:11:10 -0600 Subject: [PATCH 2/2] make heading clearer --- docs/remove-emoji.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/remove-emoji.md b/docs/remove-emoji.md index 9f98c3a..b255d1e 100644 --- a/docs/remove-emoji.md +++ b/docs/remove-emoji.md @@ -1,4 +1,4 @@ -# Remove Emoji +# Remove Emoji Image Replacement Remove all the emoji scripts that are included with WordPress. By default, this module is active. To allow emojis, toggle the `remove-emoji` module in the Altis config. @@ -24,4 +24,4 @@ Different operating systems have distinct methods of accessing emoji. Note that ## Why remove emoji? Besides not wanting emoji to automatically be automatically converted from text that is equivalent to smileys (see [Using Smilies](https://wordpress.org/support/article/using-smilies/)), leaving emoji active loads JavaScript files (`wp-emoji.js` and `twemoji.js`) in the background which may not be desired for all sites. For this reason, Remove Emoji is active by default. -For more information, see [Emoji](https://wordpress.org/support/article/emoji/). \ No newline at end of file +For more information, see [Emoji](https://wordpress.org/support/article/emoji/).