mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:36:39 +02:00
[ticket/12060] Update docblock for core event due to addition of another var
PHPBB3-12060
This commit is contained in:
@ -1257,6 +1257,7 @@ class parse_message extends bbcode_firstpass
|
||||
* @var bool allow_bbcode Allow BBCodes switch
|
||||
* @var bool allow_magic_url Allow magic urls switch
|
||||
* @var bool allow_smilies Allow smilies switch
|
||||
* @var bool update_this_message Update message switch
|
||||
* @since 3.1-A3
|
||||
*/
|
||||
$vars = array('text', 'uid', 'allow_bbcode', 'allow_magic_url', 'allow_smilies', 'update_this_message');
|
||||
|
Reference in New Issue
Block a user