summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-22 01:39:46 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-22 01:39:46 -0800
commitd7b2e5aa3652198cff340131d44c2f6e5c242aac (patch)
tree8b26bfc1f7e14774e11dd5a48ed099ac11c45e7c /includes/theme.inc
parentdb0b9c89fc9c30d98a6b49e8a60de41de9d4fac9 (diff)
downloadbrdo-d7b2e5aa3652198cff340131d44c2f6e5c242aac.tar.gz
brdo-d7b2e5aa3652198cff340131d44c2f6e5c242aac.tar.bz2
Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 2 insertions, 0 deletions
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.