You are here

function twitter_admin_paths_alter in Twitter 7.3

Same name and namespace in other branches
  1. 7.4 twitter.module \twitter_admin_paths_alter()

Implements hook_admin_paths_alter().

OAuth callback disagrees with overlay.

File

./twitter.module, line 293
Provides API integration with the Twitter microblogging service.

Code

function twitter_admin_paths_alter(&$paths) {
  $paths['user/*/edit/twitter'] = FALSE;
}