Follow up: Welcome tab

This commit is contained in:
ultimatemember
2014-12-21 17:47:37 +02:00
parent 2eb8c43ffc
commit 0f9e7547ee
14 changed files with 218 additions and 94 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class UM_Admin_Enqueue {
add_filter('enter_title_here', array(&$this, 'enter_title_here') );
add_filter('admin_footer_text', array(&$this, 'admin_footer_text') );
add_filter('admin_footer_text', array(&$this, 'admin_footer_text'), 1111 );
}