From d7b2e5aa3652198cff340131d44c2f6e5c242aac Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 22 Dec 2011 01:39:46 -0800 Subject: Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function. --- includes/theme.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 5a6026a14..97a60938f 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -2108,6 +2108,8 @@ function theme_username($variables) { /** * Returns HTML for a progress bar. * + * Note that the core Batch API uses this only for non-JavaScript batch jobs. + * * @param $variables * An associative array containing: * - percent: The percentage of the progress. -- cgit v1.2.3