[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. * language keys.
* @since 3.1.0-a1 * @since 3.1.0-a1
* @changed 3.1.2-RC1 Removed 'delete' var as it does not exist * @changed 3.1.2-RC1 Removed 'delete' var as it does not exist
* @changed 3.2.4 Remove unused 'lastclick' var
*/ */
$vars = array( $vars = array(
'post_id', 'post_id',
@ -366,6 +367,7 @@ switch ($mode)
* @var array post_data All post data from database * @var array post_data All post data from database
* @since 3.1.3-RC1 * @since 3.1.3-RC1
* @changed 3.1.10-RC1 Added post_data * @changed 3.1.10-RC1 Added post_data
* @changed 3.2.4 Remove unused 'lastclick' var
*/ */
$vars = array( $vars = array(
'post_id', 'post_id',