From ec749a2b39c910a5aaff769e22a6f0cf1093051f Mon Sep 17 00:00:00 2001 From: brunoais Date: Tue, 6 Jan 2015 12:38:36 +0000 Subject: [PATCH] [ticket/13146] "Make it" -> "Set it to" PHPBB3-13146 --- phpBB/viewtopic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 20861434bd..71828a3fc7 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -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 */