aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-20 21:45:15 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-20 21:45:15 -0500
commit7e6f31b51d51b1ea6416ed15c425acbb669c463d (patch)
tree3ddf360c09ed255bac80f9542ccf148fd841530e
parentf62e55091aac6aa62c56dde172f2f2bb0371f7fd (diff)
downloadforums-7e6f31b51d51b1ea6416ed15c425acbb669c463d.tar
forums-7e6f31b51d51b1ea6416ed15c425acbb669c463d.tar.gz
forums-7e6f31b51d51b1ea6416ed15c425acbb669c463d.tar.bz2
forums-7e6f31b51d51b1ea6416ed15c425acbb669c463d.tar.xz
forums-7e6f31b51d51b1ea6416ed15c425acbb669c463d.zip
[ticket/11103] Correct the comments on the notification classes
PHPBB3-11103
-rw-r--r--phpBB/includes/notification/type/approve_post.php4
-rw-r--r--phpBB/includes/notification/type/approve_topic.php4
-rw-r--r--phpBB/includes/notification/type/disapprove_post.php4
-rw-r--r--phpBB/includes/notification/type/disapprove_topic.php4
-rw-r--r--phpBB/includes/notification/type/post_in_queue.php4
-rw-r--r--phpBB/includes/notification/type/report_pm.php4
-rw-r--r--phpBB/includes/notification/type/report_pm_closed.php4
-rw-r--r--phpBB/includes/notification/type/report_post_closed.php4
-rw-r--r--phpBB/includes/notification/type/topic_in_queue.php4
9 files changed, 18 insertions, 18 deletions
diff --git a/phpBB/includes/notification/type/approve_post.php b/phpBB/includes/notification/type/approve_post.php
index 46f2c16c14..e08039baa9 100644
--- a/phpBB/includes/notification/type/approve_post.php
+++ b/phpBB/includes/notification/type/approve_post.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Post notifications class
-* This class handles notifications for replies to a topic
+* Post approved notifications class
+* This class handles notifications for posts when they are approved (to their authors)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/approve_topic.php b/phpBB/includes/notification/type/approve_topic.php
index 0015858c2e..6d3f8e60ae 100644
--- a/phpBB/includes/notification/type/approve_topic.php
+++ b/phpBB/includes/notification/type/approve_topic.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Post notifications class
-* This class handles notifications for replies to a topic
+* Topic approved notifications class
+* This class handles notifications for topics when they are approved (for authors)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/disapprove_post.php b/phpBB/includes/notification/type/disapprove_post.php
index 3b5719c3fe..ddacd4d367 100644
--- a/phpBB/includes/notification/type/disapprove_post.php
+++ b/phpBB/includes/notification/type/disapprove_post.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Post notifications class
-* This class handles notifications for replies to a topic
+* Post disapproved notifications class
+* This class handles notifications for posts when they are disapproved (for authors)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/disapprove_topic.php b/phpBB/includes/notification/type/disapprove_topic.php
index 7369fd64bd..dfda4f8371 100644
--- a/phpBB/includes/notification/type/disapprove_topic.php
+++ b/phpBB/includes/notification/type/disapprove_topic.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Post notifications class
-* This class handles notifications for replies to a topic
+* Topic disapproved notifications class
+* This class handles notifications for topics when they are disapproved (for authors)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/post_in_queue.php b/phpBB/includes/notification/type/post_in_queue.php
index 5771b60df7..d0f5f22e0f 100644
--- a/phpBB/includes/notification/type/post_in_queue.php
+++ b/phpBB/includes/notification/type/post_in_queue.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Topic notifications class
-* This class handles notifications for new topics
+* Post in queue notifications class
+* This class handles notifications for posts that are put in the moderation queue (for moderators)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/report_pm.php b/phpBB/includes/notification/type/report_pm.php
index 42631ca97a..b2f514d483 100644
--- a/phpBB/includes/notification/type/report_pm.php
+++ b/phpBB/includes/notification/type/report_pm.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Private message notifications class
-* This class handles notifications for reporting private messages
+* Private message reproted notifications class
+* This class handles notifications for private messages when they are reported
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/report_pm_closed.php b/phpBB/includes/notification/type/report_pm_closed.php
index a7dd341d1d..46bca8d831 100644
--- a/phpBB/includes/notification/type/report_pm_closed.php
+++ b/phpBB/includes/notification/type/report_pm_closed.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Reported pm notifications class
-* This class handles notifications for reported pms
+* PM report closed notifications class
+* This class handles notifications for when reports are closed on PMs (for the one who reported the PM)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/report_post_closed.php b/phpBB/includes/notification/type/report_post_closed.php
index 38be1d9fee..34b69dbe47 100644
--- a/phpBB/includes/notification/type/report_post_closed.php
+++ b/phpBB/includes/notification/type/report_post_closed.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Reported post notifications class
-* This class handles notifications for reported posts
+* Post report closed notifications class
+* This class handles notifications for when reports are closed on posts (for the one who reported the post)
*
* @package notifications
*/
diff --git a/phpBB/includes/notification/type/topic_in_queue.php b/phpBB/includes/notification/type/topic_in_queue.php
index 91e12fcfbf..f99fde4c75 100644
--- a/phpBB/includes/notification/type/topic_in_queue.php
+++ b/phpBB/includes/notification/type/topic_in_queue.php
@@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
}
/**
-* Topic notifications class
-* This class handles notifications for new topics
+* Topic in queue notifications class
+* This class handles notifications for topics when they are put in the moderation queue (for moderators)
*
* @package notifications
*/