1
0
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:
MikelAlejoBR 2018-07-28 22:22:38 +02:00
parent b2277e7bf6
commit a7d7dfee9c

View File

@ -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',