aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_icons.php2
-rw-r--r--phpBB/includes/acp/acp_words.php2
-rw-r--r--phpBB/includes/acp/auth.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php
index 1f99793462..23bd86ea3b 100644
--- a/phpBB/includes/acp/acp_icons.php
+++ b/phpBB/includes/acp/acp_icons.php
@@ -9,8 +9,8 @@
*/
/**
-* @package acp
* @todo [smilies] check regular expressions for special char replacements (stored specialchared in db)
+* @package acp
*/
class acp_icons
{
diff --git a/phpBB/includes/acp/acp_words.php b/phpBB/includes/acp/acp_words.php
index 155443f04b..cacea98d97 100644
--- a/phpBB/includes/acp/acp_words.php
+++ b/phpBB/includes/acp/acp_words.php
@@ -9,8 +9,8 @@
*/
/**
-* @package acp
* @todo [words] check regular expressions for special char replacements (stored specialchared in db)
+* @package acp
*/
class acp_words
{
diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php
index 64421fcda7..0888cae128 100644
--- a/phpBB/includes/acp/auth.php
+++ b/phpBB/includes/acp/auth.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* @package phpBB3
* ACP Permission/Auth class
+* @package phpBB3
*/
class auth_admin extends auth
{