mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12608] Improved LTR and various bugfixes
PHPBB3-12608
This commit is contained in:
@@ -30,6 +30,16 @@ class disapprove_post extends \phpbb\notification\type\approve_post
|
||||
return 'disapprove_post';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the styling of the notification
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function get_styling()
|
||||
{
|
||||
return 'reported';
|
||||
}
|
||||
|
||||
/**
|
||||
* Language key used to output the text
|
||||
*
|
||||
|
@@ -30,6 +30,16 @@ class disapprove_topic extends \phpbb\notification\type\approve_topic
|
||||
return 'disapprove_topic';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the styling of the notification
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function get_styling()
|
||||
{
|
||||
return 'reported';
|
||||
}
|
||||
|
||||
/**
|
||||
* Language key used to output the text
|
||||
*
|
||||
|
Reference in New Issue
Block a user