diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-23 17:18:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-23 17:18:23 +0000 |
commit | f1a087e3768d193c6be1aefcfd60009373f1d387 (patch) | |
tree | 37dd44047b6a0a5605ddd00aa67e925911ce24c0 /modules/story/story.module | |
parent | c6df88ddf0bc4a70ac0244311827443802906e9d (diff) | |
download | brdo-f1a087e3768d193c6be1aefcfd60009373f1d387.tar.gz brdo-f1a087e3768d193c6be1aefcfd60009373f1d387.tar.bz2 |
- Patch #11879 by Moshe: deprecated the _content hook.
TODO:
+ Update Doxygen hook list (if required).
+ Document this in the developer's upgrade section.
Diffstat (limited to 'modules/story/story.module')
-rw-r--r-- | modules/story/story.module | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/story/story.module b/modules/story/story.module index 0448c9d2d..1e8826985 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -128,10 +128,4 @@ function story_form(&$node) { return $output; } -/** - * Implementation of hook_content(). - */ -function story_content($node, $main = 0) { - return node_prepare($node, $main); -} ?> |