[ticket/13146] "Make it" -> "Set it to"

PHPBB3-13146
This commit is contained in:
brunoais 2015-01-06 12:38:36 +00:00
parent 6d3fca9a41
commit ec749a2b39

View file

@ -353,8 +353,8 @@ $topic_tracking_info = isset($topic_tracking_info) ? $topic_tracking_info : null
* @var bool overrides_f_read_check Set true to remove f_read check afterwards
* @var bool overrides_forum_password_check Set true to remove forum_password check afterwards
* @var array topic_tracking_info Information upon calling get_topic_tracking()
* Make it NULL to allow auto-filling later.
* Make it an array to override original data.
* Set it to NULL to allow auto-filling later.
* Set it to an array to override original data.
*
* @since 3.1.3-RC1
*/