Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2013 at 12:28 UTC
Updated:
25 Nov 2013 at 17:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pfrenssenComment #2
pfrenssenuser_page()has been converted to a controller in D8, so this problem does not occur any more in D8. It still occurs in D7 however. Here is a backport for D7.Comment #3
jhodgdonWe actually have a standard for how to document page callbacks:
https://drupal.org/node/1354#menu-callback
Just a slight change is needed to your patch... Thanks!
Comment #4
pfrenssenThanks! Updated the documentation according to the standard, looks much better now :)
Comment #5
jhodgdonThanks! This needs a : not ; in the first line.
Comment #6
pfrenssenThanks! Here's a corrected version.
Comment #7
jhodgdonThanks! Looks right to me now.
Comment #8
jhodgdonThanks again! Committed to 7.x.