function author_pane_api in Author Pane 6.2
Same name and namespace in other branches
- 7.2 author_pane.module \author_pane_api()
Defines an API version.
File
- ./
author_pane.module, line 286 - Gathers information from user related modules into one template.
Code
function author_pane_api() {
return "2";
}