From d84d4ce4d85ed2fd84951c8fd2a0dfe9c5df3bba Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 2 Dec 2014 08:53:15 -0800 Subject: Issue #2383491 by er.pushpinderrana, Sweetchuck: Inaccurate documentation - hook_image_toolkits() --- modules/system/system.api.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index b60f50deb..362e32263 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1890,9 +1890,8 @@ function hook_init() { /** * Define image toolkits provided by this module. * - * The file which includes each toolkit's functions must be declared as part of - * the files array in the module .info file so that the registry will find and - * parse it. + * The file which includes each toolkit's functions must be included in this + * hook. * * The toolkit's functions must be named image_toolkitname_operation(). * where the operation may be: -- cgit v1.2.3