summaryrefslogtreecommitdiff
path: root/includes/path.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/path.inc')
-rw-r--r--includes/path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc
index a6abc19b9..6ea9db901 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -255,7 +255,7 @@ function arg($index = NULL, $path = NULL) {
function drupal_get_title() {
$title = drupal_set_title();
- // during a bootstrap, menu.inc is not included and thus we cannot provide a title
+ // During a bootstrap, menu.inc is not included and thus we cannot provide a title.
if (!isset($title) && function_exists('menu_get_active_title')) {
$title = check_plain(menu_get_active_title());
}