diff --git a/.htaccess b/.htaccess
index 0c89072e93688d8ab0dfc0ddf9b0d4004b271d38..895bd4c5b92f22bff4ddea26ba882c91387fe35f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -20,8 +20,8 @@ ErrorDocument 404 /index.php
 DirectoryIndex index.php index.html index.htm
 
 # Override PHP settings that cannot be changed at runtime. See
-# sites/default/default.settings.php and drupal_initialize_variables() in
-# includes/bootstrap.inc for settings that can be changed at runtime.
+# sites/default/default.settings.php and drupal_environment_initialize() in
+# core/includes/bootstrap.inc for settings that can be changed at runtime.
 
 # PHP 5, Apache 1 and 2.
 <IfModule mod_php5.c>
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index a6c38e48fb47b42a02cad306aaf222b3069eb3db..629fe1e6b3b1a285276a4ba9b548bd6fa09beab9 100755
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -279,9 +279,10 @@
  * To see what PHP settings are possible, including whether they can be set at
  * runtime (by using ini_set()), read the PHP documentation:
  * http://php.net/manual/ini.list.php
- * See drupal_initialize_variables() in includes/bootstrap.inc for required
- * runtime settings and the .htaccess file for non-runtime settings. Settings
- * defined there should not be duplicated here so as to avoid conflict issues.
+ * See drupal_environment_initialize() in core/includes/bootstrap.inc for
+ * required runtime settings and the .htaccess file for non-runtime settings.
+ * Settings defined there should not be duplicated here so as to avoid conflict
+ * issues.
  */
 
 /**