[ticket/10270] Made a comment clearer for phpbb.confirm.

PHPBB3-10270
This commit is contained in:
Callum Macrae 2011-10-15 18:05:58 +01:00 committed by Igor Wiedler
parent 6af2059403
commit 8adb626800

View file

@ -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