function publish_button_views_api in Publish button 7
Implements hook_views_api().
File
- ./
publish_button.module, line 237  - Functions to create a publish button. Real simple, but could be needed.
 
Code
function publish_button_views_api() {
  return array(
    'api' => 3,
  );
}