1,6c1,5 < diff --git a/core/modules/help/help.admin.inc b/core/modules/help/help.admin.inc < index 3db06ca..b37819b 100644 < --- a/core/modules/help/help.admin.inc < +++ b/core/modules/help/help.admin.inc < @@ -6,7 +6,11 @@ < */ --- > diff --git a/modules/help/help.admin.inc b/modules/help/help.admin.inc > index 3db06ca..ec1a18e 100644 > --- a/modules/help/help.admin.inc > +++ b/modules/help/help.admin.inc > @@ -17,6 +17,9 @@ function help_main() { 9,25c8 < - * Menu callback; prints a page listing a glossary of Drupal terminology. < + * Page callback: Prints a page listing a glossary of Drupal terminology. < + * < + * Path: admin/help < + * < + * @see help_menu() < */ < function help_main() { < // Add CSS < @@ -16,7 +20,14 @@ function help_main() { < } < < /** < - * Menu callback; prints a page listing general help for a module. < + * Page callback: Prints a page listing general help for a module. < + * < + * Path: admin/help/% --- > * Menu callback; prints a page listing general help for a module. 29,30d11 < + * < + * @see help_menu() 34c15 < @@ -46,6 +57,12 @@ function help_page($name) { --- > @@ -46,6 +49,12 @@ function help_page($name) { 47c28 < @@ -58,7 +75,7 @@ function help_links_as_list() { --- > @@ -58,7 +67,7 @@ function help_links_as_list() { 56c37 < diff --git a/core/modules/help/help.api.php b/core/modules/help/help.api.php --- > diff --git a/modules/help/help.api.php b/modules/help/help.api.php 58,59c39,40 < --- a/core/modules/help/help.api.php < +++ b/core/modules/help/help.api.php --- > --- a/modules/help/help.api.php > +++ b/modules/help/help.api.php 68,71c49,52 < diff --git a/core/modules/help/help.test b/core/modules/help/help.test < index 5b90a91..a37afb2 100644 < --- a/core/modules/help/help.test < +++ b/core/modules/help/help.test --- > diff --git a/modules/help/help.test b/modules/help/help.test > index 73b4ded..e72aa4a 100644 > --- a/modules/help/help.test > +++ b/modules/help/help.test 99c80 < parent::setUp('poll'); --- > parent::setUp('blog', 'poll');