Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2009 at 05:55 UTC
Updated:
20 Oct 2009 at 12:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
anschinsan commentedIt would be nice to write the link where the problem is ... I can't find it easily
Comment #2
jhodgdonThe page with the issue is http://api.drupal.org/api/drupal/modules--user--user-profile.tpl.php/7 (see original issue title).
It is a problem in Drupal 7 and Drupal 6, and should be fixed in D7 first and then backported to D6.
Comment #3
jhodgdonIt appears that the link should be to user-profile-item.tpl.php
Attached patch fixes this link, and a few other minor issues with the doc (such as reorganizing it slightly and a couple of grammar issues).
Comment #4
dries commentedCommitted! Thanks.
Comment #5
jhodgdonNeeds port to Drupal 6.
Comment #6
jhodgdonHere's a patch for Drupal 6. It's a fairly trivial doc fix, a small subset of what was already approved and committed in D7 (just fixing the broken link and putting all the See Also sections together), so I've taken the liberty of marking it RTBC.
Comment #7
gábor hojtsyThanks, committed.