Plugin Directory

Changeset 743216


Ignore:
Timestamp:
07/19/2013 03:03:49 PM (13 years ago)
Author:
dpereyra
Message:

Fixed issue with login button in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • realtidbits-comments/trunk/comments.php

    r737837 r743216  
    3333                   "showControlButtons": true
    3434                },
    35                 <?php
    36                 if(get_option('rtb_comments_login') == 'wordpress') {
    37                 ?>
    38                 "auth": {
    39                   "loginButton": false
    40                 },
    41                 <?php
    42                 }
    43                 ?>
    4435                <?php echo get_option('rtb_comments_widget_params'); ?>
    4536            }
Note: See TracChangeset for help on using the changeset viewer.