Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion displaytweets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
Plugin Name: Display Tweets
Plugin URI: http://matthewruddy.com/display-tweets-plugin
Version: 1.0.3
Version: 1.0.4
Author: Matthew Ruddy
Author URI: http://matthewruddy.com/
Description: A rather simple Twitter feed plugin that uses the v1.1 Twitter API.
Expand Down
6 changes: 4 additions & 2 deletions includes/Twitter/twitteroauth/OAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

/* Generic exception class
*/
class OAuthException extends Exception {
// pass
if (!class_exists('OAuthException'))
class OAuthException extends Exception {
// pass
}
}

class OAuthConsumer {
Expand Down