From 5b349f36c62afc81bdb88d5c4e101dc5443124a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 6 Sep 2016 14:42:11 -0400 Subject: [PATCH] All Sites: Install Disable Emojis plugin Fixes gh-397 --- LICENSE.txt | 4 + mu-plugins/_loader.php | 2 + mu-plugins/disable-emojis/disable-emojis.php | 77 +++++ mu-plugins/disable-emojis/license.txt | 281 +++++++++++++++++++ mu-plugins/disable-emojis/readme.txt | 57 ++++ 5 files changed, 421 insertions(+) create mode 100755 mu-plugins/disable-emojis/disable-emojis.php create mode 100755 mu-plugins/disable-emojis/license.txt create mode 100755 mu-plugins/disable-emojis/readme.txt diff --git a/LICENSE.txt b/LICENSE.txt index 46b4fe7c..7311daf7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -22,6 +22,10 @@ differ from the terms above. http://www.jacklmoore.com/colorbox/ located at themes/jquery/js/plugins.js +- Disable Emojis + https://wordpress.org/plugins/disable-emojis/ + located at mu-plugins/disable-emojis + - FlexSlider http://www.woothemes.com/flexslider/ located at themes/jquery/js/plugins.js diff --git a/mu-plugins/_loader.php b/mu-plugins/_loader.php index 86f5e060..d6b66c08 100644 --- a/mu-plugins/_loader.php +++ b/mu-plugins/_loader.php @@ -13,3 +13,5 @@ } } unset( $live_domain, $subdomain, $domain_specific_file, $type_specific_file ); + +require 'disable-emojis/disable-emojis.php'; diff --git a/mu-plugins/disable-emojis/disable-emojis.php b/mu-plugins/disable-emojis/disable-emojis.php new file mode 100755 index 00000000..5c7f7437 --- /dev/null +++ b/mu-plugins/disable-emojis/disable-emojis.php @@ -0,0 +1,77 @@ +Disable Emojis plugin for more information. + + +== Changelog == + += 1.5.2 = +* Improved documentation. +* Removed redundant dns prefetching. Thanks to Milan Dinic for the pull request. + += 1.5.1 = +* Updating documentation. + += 1.5 = +* Catering for invalid $plugin array. + += 1.4 = +* Updating to use Otto's code. + += 1.3 = +Removing extraneous styles. + += 1.2 = +Bug fix. + += 1.1 = +Updating to work with latest beta. + += 1.0 = +Initial release.