diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-04 03:47:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-04 03:47:28 +0000 |
commit | f9de90e1acd8dc778c57390cfc2dc79880b34503 (patch) | |
tree | d50dcee7d368d362e7787c2b63ed173c9c1e2d06 /modules/system | |
parent | f37ba88bc7fcf6a75d0341bb2e315e04b7f5c512 (diff) | |
download | brdo-f9de90e1acd8dc778c57390cfc2dc79880b34503.tar.gz brdo-f9de90e1acd8dc778c57390cfc2dc79880b34503.tar.bz2 |
- Patch #872604 by Island Usurper: documentation for hook_entity_info() is malformed.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 996b1e062..8f72133d9 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -147,11 +147,11 @@ function hook_hook_info_alter(&$hooks) { * described by an array with the following key/value pairs: * - label: The human-readable name of the view mode * - custom settings: A boolean specifying whether the view mode should by - * default use its own custom field display settings. If FALSE, entities - * displayed in this view mode will reuse the 'default' display settings by - * default (e.g. right after the module exposing the view mode is enabled), - * but administrators can later use the Field UI to apply custom display - * settings specific to the view mode. + * default use its own custom field display settings. If FALSE, entities + * displayed in this view mode will reuse the 'default' display settings + * by default (e.g. right after the module exposing the view mode is + * enabled), but administrators can later use the Field UI to apply custom + * display settings specific to the view mode. * * @see entity_load() * @see hook_entity_info_alter() |