API page: http://api.drupal.org/api/drupal/includes%21theme.inc/function/_theme_pr...

Enter a descriptive title (above) relating to function _theme_process_registry, then describe the problem you have found:

There is a @see to _theme_process_registry() in the docblock for _theme_process_registry() itself.

CommentFileSizeAuthor
#2 1958578-theme-process_registry.patch360 byteschertzog
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Yeah, it's hard to see why that would be useful! Perhaps it was meant to reference the one calling function, which is _theme_build_registry() ?

Seems to only be a D7 problem... in D8 this is just missing, so probably the correct patch for D7 is to remove that @see line. Should be a good Novice task -- oh, I see it's already tagged. Thanks!

chertzog’s picture

Status: Active » Needs review
FileSize
360 bytes

here is a patch that changes the see line to reference _theme_build_registry().

jhodgdon’s picture

Assigned: Unassigned » jhodgdon
Status: Needs review » Reviewed & tested by the community

Looks fine, thanks! I'll get this committed shortly.

jhodgdon’s picture

Assigned: jhodgdon » Unassigned
Status: Reviewed & tested by the community » Fixed

Committed to 7.x -- thanks again!

Automatically closed -- issue fixed for 2 weeks with no activity.