Browse Source

Update text in routes.php to clarify when to remove core routes.

mark_story 13 years ago
parent
commit
739b3b70f7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/Config/routes.php
  2. 1 1
      lib/Cake/Console/Templates/skel/Config/routes.php

+ 1 - 1
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';

+ 1 - 1
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';