Function system_theme_select_form() is clearly present in http://api.drupal.org/api/file/modules/system/system.module/5/source but for some reason the function does not come up in the "Search Drupal 5" box, nor in any of the places where it should be listed (e.g. the listing page for system.module; also notice that the function name is no a link). It is however accessible at http://api.drupal.org/api/function/system_theme_select_form/5 though the tabs are messed up.
Not sure what could be causing this!
(Note the documentation for the function works fine for Drupal 6).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | patch.patch | 501 bytes | webernet |
Comments
Comment #1
gpk commentedSimilar problem also for the API documentation of this function for Drupal 4.7.
Comment #2
webernet commentedCaused by missing * in phpdoc.
Comment #3
drummYep, that would make the docs not work. Committed to 5.x.
Applies cleanly in 4.7.x if you account for the moved file.
Comment #4
gpk commentedThanks, + well spotted webernet. Obviously I didn't look hard enough!!
Working nicely in 5.x API doc now.
Comment #5
killes@www.drop.org commentedComment #6
gpk commentedThanks :-)
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.