From f3312cdc616cd70b1fc32c4bc8bd1714d551f252 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 5 Sep 2017 12:02:33 -0700 Subject: [PATCH] CommentStore: Try to improve description of insert() And the similar insertWithTempTable() too. Change-Id: Ibf0f96d3b9b0f7fe53eb9e11b94fabadc4580632 --- includes/CommentStore.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/CommentStore.php b/includes/CommentStore.php index e9d46cf71e..2ed21d1995 100644 --- a/includes/CommentStore.php +++ b/includes/CommentStore.php @@ -477,7 +477,7 @@ class CommentStore { } /** - * Prepare for the insertion of a row with a comment + * Insert a comment in preparation for a row that references it * * @note It's recommended to include both the call to this method and the * row insert in the same transaction. @@ -496,7 +496,7 @@ class CommentStore { } /** - * Prepare for the insertion of a row with a comment and temporary table + * Insert a comment in a temporary table in preparation for a row that references it * * This is currently needed for "rev_comment" and "img_description". In the * future that requirement will be removed. -- 2.20.1