summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 9860a20cc..f034dda85 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -595,8 +595,9 @@ function install_goto($path) {
}
/**
- * Hardcoded function for doing the equivalent of theme('placeholder')
- * when the theme system is not available.
+ * Hardcoded function for doing the equivalent of t() during
+ * the install process, when database, theme, and localization
+ * system is possibly not yet available.
*/
function st($string, $args = array()) {
static $locale_strings = NULL;