From 8adb626800b12991ab920cce77deea6fac085e83 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Sat, 15 Oct 2011 18:05:58 +0100 Subject: [PATCH] [ticket/10270] Made a comment clearer for phpbb.confirm. PHPBB3-10270 --- phpBB/assets/javascript/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index 335eab012f..47a1561119 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -101,7 +101,7 @@ phpbb.alert = function(title, msg, fadedark) { /** * Display a simple yes / no box to the user. * - * @param string msg Message to display. Can be HTML. + * @param string msg Message to display (HTML). * @param function callback Callback. Bool param, whether the user pressed * yes or no (or whatever their language is). * @param bool fadedark Remove the dark background when done? Defaults