mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
[ticket/12060] Fix u_action comments in docblocks
PHPBB3-12060
This commit is contained in:
@ -355,7 +355,7 @@ class acp_bbcodes
|
||||
* @var string action Type of the action: modify|create
|
||||
* @var string sql_ary The SQL array to get custom bbcode data
|
||||
* @var array template_data Array with form template data
|
||||
* @var object u_action $this->u_action object
|
||||
* @var string u_action The u_action link
|
||||
* @since 3.1.0-A3
|
||||
*/
|
||||
$vars = array('action', 'sql_ary', 'template_data', 'u_action');
|
||||
@ -379,7 +379,7 @@ class acp_bbcodes
|
||||
* @event core.acp_bbcodes_display_bbcodes
|
||||
* @var array row Array with current bbcode data
|
||||
* @var array bbcodes_array Array of bbcodes template data
|
||||
* @var object u_action $this->u_action object
|
||||
* @var string u_action The u_action link
|
||||
* @since 3.1.0-A3
|
||||
*/
|
||||
$vars = array('bbcodes_array', 'row', 'u_action');
|
||||
|
Reference in New Issue
Block a user