? .cache
? .project
? .settings
? 146084_db_insert_default_path_prefix_english.patch
? CHANGELOGGER.txt
? better_comments_for_drupal_get_title.patch
? sites/default/files
? sites/default/settings.php
Index: includes/path.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/path.inc,v
retrieving revision 1.33
diff -u -p -r1.33 path.inc
--- includes/path.inc	3 Apr 2009 17:41:32 -0000	1.33
+++ includes/path.inc	8 Apr 2009 14:10:40 -0000
@@ -192,8 +192,9 @@ 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')) {
+    // By convention titles that come from a menu definition are not yet filtered.
     $title = check_plain(menu_get_active_title());
   }
 
