mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 07:27:17 +02:00
[ticket/11103] Correct the comments on the notification classes
PHPBB3-11103
This commit is contained in:
parent
f62e55091a
commit
7e6f31b51d
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user