diff --git a/app/Config/routes.php b/app/Config/routes.php index b3823779e..32151d27c 100644 --- a/app/Config/routes.php +++ b/app/Config/routes.php @@ -38,7 +38,7 @@ CakePlugin::routes(); /** - * Load the CakePHP default routes. Remove this if you do not want to use + * Load the CakePHP default routes. Only remove this if you do not want to use * the built-in default routes. */ require CAKE . 'Config' . DS . 'routes.php'; diff --git a/lib/Cake/Console/Templates/skel/Config/routes.php b/lib/Cake/Console/Templates/skel/Config/routes.php index 82cd2dbe9..c68cc3e4a 100644 --- a/lib/Cake/Console/Templates/skel/Config/routes.php +++ b/lib/Cake/Console/Templates/skel/Config/routes.php @@ -38,7 +38,7 @@ CakePlugin::routes(); /** - * Load the CakePHP default routes. Remove this if you do not want to use + * Load the CakePHP default routes. Only remove this if you do not want to use * the built-in default routes. */ require CAKE . 'Config' . DS . 'routes.php';