Page Chapter 4. The Menu System, Page 44
Tue, 01/29/2008 - 5:03pm — nadavoid
Location on the page:
code sample
Error:
this line does not have an effect on the menu that is displayed as part of the devel menu:
'title' => t('Wrap cache clear'),
Correction:
unknown
Description of the Error:
The above code does not work; the text of the Empty cache link remains "Empty cache" instead of "Wrap cache clear". However, the callback function does work, giving me the updated status message when going to devel/cache/clear.
