Skip to content

Commit

Permalink
Output user website if set in SSO payload
Browse files Browse the repository at this point in the history
  • Loading branch information
thetylerhayes committed Jun 26, 2012
1 parent 047b48e commit d953117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions disqus/disqus.php
Expand Up @@ -1378,6 +1378,7 @@ function dsq_sso() {
'id' => $current_user->ID,
'avatar' => $avatar,
'email' => $current_user->user_email,
'url' => $current_user->user_url,
);
}
else {
Expand Down
1 change: 1 addition & 0 deletions disqus/readme.txt
Expand Up @@ -56,6 +56,7 @@ Go to [http://disqus.com/help/wordpress](http://disqus.com/help/wordpress)

2.73

* Output user website if set in SSO payload
* Fixed issue where disqus_dupecheck won't properly uninstall
* Load second count.js (output-in-footer version) reference via SSL too

Expand Down

0 comments on commit d953117

Please sign in to comment.