Issue #2012898 by mcjim: Trivial Patch of the Month candidate: Fix indefinite article in book.module documentation
parent
b0cf1be964
commit
1eb4d7002e
|
@ -1277,7 +1277,7 @@ function book_link_load($mlid) {
|
|||
* A fully loaded menu link.
|
||||
*
|
||||
* @return
|
||||
* An subtree of menu links in an array, in the order they should be rendered.
|
||||
* A subtree of menu links in an array, in the order they should be rendered.
|
||||
*/
|
||||
function book_menu_subtree_data($link) {
|
||||
$tree = &drupal_static(__FUNCTION__, array());
|
||||
|
|
Loading…
Reference in New Issue