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.