- Patch #872604 by Island Usurper: documentation for hook_entity_info() is malformed.

merge-requests/26/head
Dries Buytaert 2010-08-04 03:47:28 +00:00
parent f37ba88bc7
commit f9de90e1ac
1 changed files with 5 additions and 5 deletions

View File

@ -148,10 +148,10 @@ function hook_hook_info_alter(&$hooks) {
* - 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.
* 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()