mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12015] Fix english grammar
PHPBB3-12015
This commit is contained in:
parent
39be6ab521
commit
e9e667762b
1 changed files with 1 additions and 1 deletions
|
@ -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 user_poster_data Poster's data from user cache
|
||||||
* @var array post_row Template block array of the post
|
* @var array post_row Template block array of the post
|
||||||
* @since 3.1-A1
|
* @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');
|
$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)));
|
extract($phpbb_dispatcher->trigger_event('core.viewtopic_modify_post_row', compact($vars)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue