Index: contributions/docs/developer/hooks/core.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/core.php,v
retrieving revision 1.168.2.14
diff -d -p -r1.168.2.14 core.php
*** contributions/docs/developer/hooks/core.php	7 Jun 2008 07:09:21 -0000	1.168.2.14
--- contributions/docs/developer/hooks/core.php	4 Sep 2008 19:41:29 -0000
*************** function hook_taxonomy($op, $type, $arra
*** 1441,1457 ****
   *     - theme_engine: A theme engine is being checked for the actual theme being used
   *     - base_theme: A base theme is being checked for theme implementations.
   *     - theme: The actual theme in use is being checked.
!  *  @param $theme
!  *     The actual name of theme that is being being checked (mostly only useful for
!  *     theme engine)
!  *  @param $path
!  *     The directory path of the theme or module, so that it doesn't need to be
!  *     looked up.
   *
   * @return
   *   A keyed array of theme hooks.
   */
! function hook_theme() {
    return array(
      'forum_display' => array(
        'arguments' => array('forums' => NULL, 'topics' => NULL, 'parents' => NULL, 'tid' => NULL, 'sortby' => NULL, 'forum_per_page' => NULL),
--- 1441,1457 ----
   *     - theme_engine: A theme engine is being checked for the actual theme being used
   *     - base_theme: A base theme is being checked for theme implementations.
   *     - theme: The actual theme in use is being checked.
!  * @param $theme
!  *   The actual name of theme that is being being checked (mostly only useful for
!  *   theme engine).
!  * @param $path
!  *   The directory path of the theme or module, so that it doesn't need to be
!  *   looked up.
   *
   * @return
   *   A keyed array of theme hooks.
   */
! function hook_theme($existing, $type, $theme, $path) {
    return array(
      'forum_display' => array(
        'arguments' => array('forums' => NULL, 'topics' => NULL, 'parents' => NULL, 'tid' => NULL, 'sortby' => NULL, 'forum_per_page' => NULL),
