Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jan 2010 at 19:37 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent
Comments
Comment #1
jhodgdonGood catch! Thanks for reporting. This is on http://api.drupal.org/api/function/hook_profile_alter/6 and the hook does not appear to exist in Drupal 7.
Probably should be changed to "alterations of". Or better yet, just "Alter profile items...".
Comment #2
flickerfly commentedI'd be glad to throw a quick patch together to resolve this, but I can't figure out where the function is declared. This isn't part of drupal core is it? Is the website code somewhere that I could patch or does this need to be changed to the Drupal.org webmaster's project?
Comment #3
jhodgdonIf you go to http://api.drupal.org/api/function/hook_profile_alter/6, you can see in the "Code" section that the file is "developer/hooks/core.php, line 997"
The information that is not obvious from that is what that means. :) In Drupal 6, this file is in the Contributions repository, not the main Drupal repository, and within that repository, it's in contributions/docs/developer/hooks in file core.php.
Since it's in the contrib repository and I have a CVS account, though, I just went ahead and fixed it.
http://drupal.org/cvs?commit=317656
Please try another one though. :)
Comment #4
flickerfly commentedThank you very much for the explanation and showing the path to follow.
Comment #5
jhodgdonPlease don't add random tags to issues. This issue is in the "documentation" component, so it doesn't need a "documentation" tag. The "how-to" tag doesn't appear to exist outside of this issue, and we don't like to just create new tags if possible.
Thanks!