You are here

function author_pane_api in Author Pane 7.2

Same name and namespace in other branches
  1. 6.2 author_pane.module \author_pane_api()

Defines an API version.

File

./author_pane.module, line 320
Gathers information from user related modules into one template.

Code

function author_pane_api() {
  return "2";
}