Closed (fixed)
Project:
Coder
Version:
7.x-1.0
Component:
Review/Rules
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2011 at 15:47 UTC
Updated:
14 Jan 2012 at 12:01 UTC
"hook_block has been split into a number of smaller hooks." links to http://api.drupal.org/api/function/hook_block/7 instead of http://api.drupal.org/api/function/hook_block/6
Comments
Comment #1
solotandem commentedThe link should refer to Drupal 7 API and a better link would be: http://api.drupal.org/api/search/7/hook_block.
Comment #2
frank ralf commentedWell, usually the first link points to the old (replaced) API while the new API is linked via "Drupal Docs". You will need either information to see what has changed and how.
Comment #3
douggreen commentedagreed we should link the 6.x docs on this warning since the hook only exists in 6.x and not 7.x, fixed, thanks
Comment #4
frank ralf commentedThanks for fixing!