Issue #2234047 by cs_shadow | Cottser: Missing space after hook_theme() in theme.api.php.

8.0.x
webchick 2014-04-06 09:27:23 -07:00
parent 688b9e6fa9
commit 515639d354
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
* @endcode
*
* @section sec_theme_hooks Theme Hooks
* Modules register theme hooks within a hook_theme()implementation and provide
* Modules register theme hooks within a hook_theme() implementation and provide
* a default implementation via a function named theme_HOOK(). For instance, to
* theme a taxonomy term, the theme hook name is 'taxonomy_term'. If theming is
* handled via a function then the corresponding function name is