Skip to content

Commit

Permalink
update doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 8, 2014
1 parent 9058f0f commit e948598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Core/CakePlugin.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ public static function load($plugin, $config = array()) {
* {{{ * {{{
* CakePlugin::loadAll(array( * CakePlugin::loadAll(array(
* array('bootstrap' => true), * array('bootstrap' => true),
* 'DebugKit' => array('routes' => true), * 'DebugKit' => array('routes' => true, 'bootstrap' => false),
* )) * ))
* }}} * }}}
* *
* The above example will load the bootstrap file for all plugins, but for DebugKit it will only load the routes file * The above example will load the bootstrap file for all plugins, but for DebugKit it will only load
* and will not look for any bootstrap script. * the routes file and will not look for any bootstrap script.
* *
* @param array $options * @param array $options
* @return void * @return void
Expand Down

0 comments on commit e948598

Please sign in to comment.