[ticket/12015] Fix english grammar

PHPBB3-12015
This commit is contained in:
Joas Schilling 2013-11-21 23:18:29 +01:00
parent 39be6ab521
commit e9e667762b

View file

@ -1715,7 +1715,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
* @var array user_poster_data Poster's data from user cache
* @var array post_row Template block array of the post
* @since 3.1-A1
* @change 3.1.0-a2 Added vars start, i, end and attachments
* @change 3.1.0-a2 Added vars start, i, end, and attachments
*/
$vars = array('start', 'i', 'end', 'row', 'cp_row', 'attachments', 'user_poster_data', 'post_row');
extract($phpbb_dispatcher->trigger_event('core.viewtopic_modify_post_row', compact($vars)));