Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2009 at 05:41 UTC
Updated:
24 Aug 2009 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jhodgdonThanks for your detailed report!
Issues with documentation in the core of Drupal, shown on api.drupal.org, belongs in the Drupal issue queue, not Documentation (which is for problems in the Handbook documentation on drupal.org). So I have moved it to the main Drupal issue queue.
Link to main Drupal API site (rather than Russian):
http://api.drupal.org/api/function/theme_admin_block_content/6
The error also exists in Drupal 7:
http://api.drupal.org/api/function/theme_admin_block_content/7
Here is a patch to fix the error shown above in D7. If it's committed, should also be done in D6.
Comment #2
jhodgdonComment #3
dries commentedCommitted. Thanks!
Comment #4
jhodgdonNeeds 6.x port as well.
Comment #5
jhodgdonHere is the D6 patch. It's exactly the same as the D7 patch except line numbers, so I've taken the liberty of marking it "reviewed". Hope that is OK. Please committ -- trivial doc fix...
Comment #6
gábor hojtsyThanks, committed to Drupal 6 too.