You are here

function tweetbutton_perm in Tweet Button 6

Implementation of hook_permission()

File

./tweetbutton.module, line 64

Code

function tweetbutton_perm() {
  return array(
    'access tweetbutton',
  );
}