mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-23 17:10:53 +01:00
[ticket/15733] Add "changed" tag to the corresponding comment blocks
PHPBB3-15733
This commit is contained in:
parent
b2277e7bf6
commit
a7d7dfee9c
@ -83,6 +83,7 @@ $current_time = time();
|
||||
* language keys.
|
||||
* @since 3.1.0-a1
|
||||
* @changed 3.1.2-RC1 Removed 'delete' var as it does not exist
|
||||
* @changed 3.2.4 Remove unused 'lastclick' var
|
||||
*/
|
||||
$vars = array(
|
||||
'post_id',
|
||||
@ -366,6 +367,7 @@ switch ($mode)
|
||||
* @var array post_data All post data from database
|
||||
* @since 3.1.3-RC1
|
||||
* @changed 3.1.10-RC1 Added post_data
|
||||
* @changed 3.2.4 Remove unused 'lastclick' var
|
||||
*/
|
||||
$vars = array(
|
||||
'post_id',
|
||||
|
Loading…
x
Reference in New Issue
Block a user