[ticket/11103] Correct the comments on the notification classes

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-10-20 21:45:15 -05:00
parent f62e55091a
commit 7e6f31b51d
9 changed files with 18 additions and 18 deletions

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Post notifications class * Post approved notifications class
* This class handles notifications for replies to a topic * This class handles notifications for posts when they are approved (to their authors)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Post notifications class * Topic approved notifications class
* This class handles notifications for replies to a topic * This class handles notifications for topics when they are approved (for authors)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Post notifications class * Post disapproved notifications class
* This class handles notifications for replies to a topic * This class handles notifications for posts when they are disapproved (for authors)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Post notifications class * Topic disapproved notifications class
* This class handles notifications for replies to a topic * This class handles notifications for topics when they are disapproved (for authors)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Topic notifications class * Post in queue notifications class
* This class handles notifications for new topics * This class handles notifications for posts that are put in the moderation queue (for moderators)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Private message notifications class * Private message reproted notifications class
* This class handles notifications for reporting private messages * This class handles notifications for private messages when they are reported
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Reported pm notifications class * PM report closed notifications class
* This class handles notifications for reported pms * This class handles notifications for when reports are closed on PMs (for the one who reported the PM)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Reported post notifications class * Post report closed notifications class
* This class handles notifications for reported posts * This class handles notifications for when reports are closed on posts (for the one who reported the post)
* *
* @package notifications * @package notifications
*/ */

View file

@ -16,8 +16,8 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Topic notifications class * Topic in queue notifications class
* This class handles notifications for new topics * This class handles notifications for topics when they are put in the moderation queue (for moderators)
* *
* @package notifications * @package notifications
*/ */