Plugin Directory

Changeset 742336


Ignore:
Timestamp:
07/17/2013 03:31:05 PM (13 years ago)
Author:
dpereyra
Message:

Fixed issue with login button in comments

Location:
realtidbits-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • realtidbits-comments/trunk/readme.txt

    r741751 r742336  
    44Requires at least: 2.5
    55Tested up to: 3.5
    6 Stable tag: 1.1.3.1
     6Stable tag: 1.1.3.2
    77
    88The RealTidbits comment system replaces your WordPress comment system with comments powered by RealTidbits.
     
    1919
    2020== Changelog ==
     21
     22= 1.1.3.2 =
     23* Fixed issue with login button in comments
    2124
    2225= 1.1.3.1 =
  • realtidbits-comments/trunk/shortcodes.php

    r737837 r742336  
    168168                "janrain": { "appUrl": "'.strtolower(get_option('rtb_comments_rpx')).'" },
    169169                "settings": {';
    170                     if(get_option('rtb_comments_login') == 'wordpress') {
    171                         $return .= '
    172                         "auth": {
    173                           "loginButton": false
    174                         },';
    175                     }
    176170                $return .= '
    177171                    "topics": [] // array of topics (optional)
     
    220214                    "rpx": "'.strtolower(get_option('rtb_comments_rpx')).'",
    221215                    "settings": {';
    222                     if(get_option('rtb_comments_login') == 'wordpress') {
    223                     $return .= '
    224                         "auth": {
    225                           "loginButton": false
    226                         }';
    227                     }
    228216                $return .= '
    229217                    }
Note: See TracChangeset for help on using the changeset viewer.