Changeset 742336
- Timestamp:
- 07/17/2013 03:31:05 PM (13 years ago)
- Location:
- realtidbits-comments/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
realtidbits-comments/trunk/readme.txt
r741751 r742336 4 4 Requires at least: 2.5 5 5 Tested up to: 3.5 6 Stable tag: 1.1.3. 16 Stable tag: 1.1.3.2 7 7 8 8 The RealTidbits comment system replaces your WordPress comment system with comments powered by RealTidbits. … … 19 19 20 20 == Changelog == 21 22 = 1.1.3.2 = 23 * Fixed issue with login button in comments 21 24 22 25 = 1.1.3.1 = -
realtidbits-comments/trunk/shortcodes.php
r737837 r742336 168 168 "janrain": { "appUrl": "'.strtolower(get_option('rtb_comments_rpx')).'" }, 169 169 "settings": {'; 170 if(get_option('rtb_comments_login') == 'wordpress') {171 $return .= '172 "auth": {173 "loginButton": false174 },';175 }176 170 $return .= ' 177 171 "topics": [] // array of topics (optional) … … 220 214 "rpx": "'.strtolower(get_option('rtb_comments_rpx')).'", 221 215 "settings": {'; 222 if(get_option('rtb_comments_login') == 'wordpress') {223 $return .= '224 "auth": {225 "loginButton": false226 }';227 }228 216 $return .= ' 229 217 }
Note: See TracChangeset
for help on using the changeset viewer.