diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-08 03:23:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-08 03:23:46 +0000 |
commit | 1de1293df0077fb2e17248e826607ab0004e9851 (patch) | |
tree | 88049f337e38166a325f2f63a5a52775f4c67006 /modules | |
parent | 2704385be8ddaf98a209695551a73ff05dbcee91 (diff) | |
download | brdo-1de1293df0077fb2e17248e826607ab0004e9851.tar.gz brdo-1de1293df0077fb2e17248e826607ab0004e9851.tar.bz2 |
- Patch #369587 by JamesAn: removed code comment that is incorrect.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book/book-all-books-block.tpl.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/book/book-all-books-block.tpl.php b/modules/book/book-all-books-block.tpl.php index 3f4eb2259..daec0aa82 100644 --- a/modules/book/book-all-books-block.tpl.php +++ b/modules/book/book-all-books-block.tpl.php @@ -11,8 +11,6 @@ * - $book_menus: Array of book outlines rendered as an unordered list. It is * keyed to the parent book ID which is also the ID of the parent node * containing an entire outline. - * - * @see template_preprocess_book_all_books_block() */ ?> <?php foreach ($book_menus as $book_id => $menu) : ?> |