mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
[ticket/11103] Comment indentation
PHPBB3-11103
This commit is contained in:
parent
b8bdcc957b
commit
6a0f6833e6
1 changed files with 8 additions and 6 deletions
|
@ -716,6 +716,7 @@ class phpbb_notification_manager
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable all notifications of a certain type
|
* Disable all notifications of a certain type
|
||||||
|
*
|
||||||
* This should be called when an extension which has notification types
|
* This should be called when an extension which has notification types
|
||||||
* is disabled so that all those notifications are hidden and do not
|
* is disabled so that all those notifications are hidden and do not
|
||||||
* cause errors
|
* cause errors
|
||||||
|
@ -732,6 +733,7 @@ class phpbb_notification_manager
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable all notifications of a certain type
|
* Enable all notifications of a certain type
|
||||||
|
*
|
||||||
* This should be called when an extension which has notification types
|
* This should be called when an extension which has notification types
|
||||||
* that was disabled is re-enabled so that all those notifications that
|
* that was disabled is re-enabled so that all those notifications that
|
||||||
* were hidden are shown again
|
* were hidden are shown again
|
||||||
|
|
Loading…
Add table
Reference in a new issue