Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jun 2013 at 06:41 UTC
Updated:
4 Jan 2014 at 03:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yesct commentedComment #2
yesct commentedComment #3
helenkim commentedI found the four lists and tidy up the grammar related on the #2027183-6: hook_menu() title callback is ignored on routes.
- * An array of path arguments (ex: array('node', '5'))
+ * An array of path arguments, for example, array('node', '5').
Comment #4
longwaveLooks good.
Comment #5
jhodgdonThanks! Good cleanup. :)
Comment #6
yesct commented@jhodgdon did you mean to commit it? I didn't see it in the git log.
Comment #7
jhodgdonHaven't done so yet. Will soon. When I do, I'll put an unambiguous message in the issue and change the status. :)
Comment #8
jhodgdonActually... Can we fix the punctuation? The comma before "for example" should actually be a semi-colon. If we're going to clean this up, might as well not introduce a new error. :)
Comment #9
longwaveI figured I should fix up all instances of "for example" in menu.inc at the same time.
Comment #10
longwaveImproved consistency a tiny bit more.
Comment #11
jhodgdonThanks, this all looks good!
Except for one spot -- in the Translate function:
This is missing . at the end, and has an extra ) at the end.
Comment #12
longwaveFixed as per #11.
Comment #13
jhodgdonExcellent! This is ready to commit. Thanks!
Comment #14
jhodgdonThanks again! Committed to 8.x. I think we should backport this to 7.x.
Comment #15
micnap commentedA patch for changes in D7.
Comment #16
jhodgdonLooks good, thanks!
Comment #17
jhodgdonThanks again! Committed to 7.x.