Plugin Directory

Changeset 753657


Ignore:
Timestamp:
08/08/2013 05:18:39 PM (13 years ago)
Author:
dpereyra
Message:

Fixed issue with Recent Comments Widget

Location:
realtidbits-comments/trunk
Files:
2 edited

Legend:

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

    r743217 r753657  
    44Requires at least: 2.5
    55Tested up to: 3.5
    6 Stable tag: 1.1.3.3
     6Stable tag: 1.1.3.4
    77
    88The RealTidbits comment system replaces your WordPress comment system with comments powered by RealTidbits.
     
    1919
    2020== Changelog ==
     21
     22= 1.1.3.4 =
     23* Fixed issue with Recent Comments Widget
    2124
    2225= 1.1.3.3 =
  • realtidbits-comments/trunk/realtidbits-comments.php

    r743217 r753657  
    55Description: The RealTidbits comment system replaces your WordPress comment system with comments powered by RealTidbits.
    66Author: RealTidbits <[email protected]>
    7 Version: 1.1.3.3
     7Version: 1.1.3.4
    88Author URI: http://realtidbits.com/
    99*/
    1010
    11 define('RTB_COMMENTS_VERSION', '1.1.3.3');
     11define('RTB_COMMENTS_VERSION', '1.1.3.4');
    1212
    1313define('RTB_BACKPLANE_KEY', 'a80a2e1dcb316164b32acd23c9ae2481');
     
    498498            "target": document.getElementById('rtb-latest-comments'),
    499499            "appkey": "<?php echo get_option('rtb_comments_appkey'); ?>",
    500             "query": "childrenof:" + document.location.protocol + "//" + document.location.hostname + "/* type:'http://activitystrea.ms/schema/1.0/comment' sortOrder:reverseChronological children state:Untouched,ModeratorApproved user.state:Untouched,ModeratorApproved itemsPerPage:<?php echo $itemsPerPage?> -source:Twitter,Facebook",
     500            "query": "childrenof:" + document.location.protocol + "//" + document.location.hostname + "/* type:'http://activitystrea.ms/schema/1.0/comment' -markers:page sortOrder:reverseChronological children state:Untouched,ModeratorApproved user.state:Untouched,ModeratorApproved itemsPerPage:<?php echo $itemsPerPage?> -source:Twitter,Facebook",
    501501            "stream": {
    502502                "queryParams": {
Note: See TracChangeset for help on using the changeset viewer.