mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13713] Introduce ACP settings for mentions
PHPBB3-13713
This commit is contained in:
@@ -89,4 +89,12 @@ interface renderer_interface
|
||||
* @return null
|
||||
*/
|
||||
public function set_viewsmilies($value);
|
||||
|
||||
/**
|
||||
* Set the "usemention" option
|
||||
*
|
||||
* @param bool $value Option's value
|
||||
* @return null
|
||||
*/
|
||||
public function set_usemention($value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user