1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-07 23:16:13 +02:00

[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
* 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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/