From f9de90e1acd8dc778c57390cfc2dc79880b34503 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 4 Aug 2010 03:47:28 +0000 Subject: - Patch #872604 by Island Usurper: documentation for hook_entity_info() is malformed. --- modules/system/system.api.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') 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() -- cgit v1.2.3