For emojis in posts, extend smilies and save a lot of duplication of effort

This commit is contained in:
redmatrix
2016-06-04 17:06:12 -07:00
parent a0d339f208
commit a6012af00d
4 changed files with 14 additions and 14 deletions

View File

@@ -783,6 +783,7 @@ class App {
public static $content;
public static $data = array();
public static $error = false;
public static $emojitab = false;
public static $cmd;
public static $argv;
public static $argc;