summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-01-16 10:01:31 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-01-16 10:01:31 -0800
commita03edeb357816e1fa68586e1fef5be0d8f5257c3 (patch)
tree29e8856a6036f63ff07616fa650ce27d055cae9a /includes/theme.maintenance.inc
parentcc65ed1091ba0e7bf9e054fd8304d2a7108167d2 (diff)
downloadbrdo-a03edeb357816e1fa68586e1fef5be0d8f5257c3.tar.gz
brdo-a03edeb357816e1fa68586e1fef5be0d8f5257c3.tar.bz2
Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean up API docs for include files n-z
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index 218a8adaa..6baf219b0 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -10,9 +10,9 @@
*
* Used for site installs, updates and when the site is in maintenance mode.
* It also applies when the database is unavailable or bootstrap was not
- * complete. Seven is always used for the initial install and update operations.
- * In other cases, Bartik is used, but this can be overridden by setting a
- * "maintenance_theme" key in the $conf variable in settings.php.
+ * complete. Seven is always used for the initial install and update
+ * operations. In other cases, Bartik is used, but this can be overridden by
+ * setting a "maintenance_theme" key in the $conf variable in settings.php.
*/
function _drupal_maintenance_theme() {
global $theme, $theme_key, $conf;
@@ -85,7 +85,7 @@ function _drupal_maintenance_theme() {
}
/**
- * This builds the registry when the site needs to bypass any database calls.
+ * Builds the registry when the site needs to bypass any database calls.
*/
function _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL) {
return _theme_build_registry($theme, $base_theme, $theme_engine);
@@ -160,7 +160,7 @@ function theme_update_page($variables) {
}
/**
- * Returns HTML for a report of the results from an operation run via authorize.php.
+ * Returns HTML for a results report of an operation run by authorize.php.
*
* @param $variables
* An associative array containing: