Changeset 753657
- Timestamp:
- 08/08/2013 05:18:39 PM (13 years ago)
- Location:
- realtidbits-comments/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
realtidbits-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
realtidbits-comments/trunk/readme.txt
r743217 r753657 4 4 Requires at least: 2.5 5 5 Tested up to: 3.5 6 Stable tag: 1.1.3. 36 Stable tag: 1.1.3.4 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.4 = 23 * Fixed issue with Recent Comments Widget 21 24 22 25 = 1.1.3.3 = -
realtidbits-comments/trunk/realtidbits-comments.php
r743217 r753657 5 5 Description: The RealTidbits comment system replaces your WordPress comment system with comments powered by RealTidbits. 6 6 Author: RealTidbits <[email protected]> 7 Version: 1.1.3. 37 Version: 1.1.3.4 8 8 Author URI: http://realtidbits.com/ 9 9 */ 10 10 11 define('RTB_COMMENTS_VERSION', '1.1.3. 3');11 define('RTB_COMMENTS_VERSION', '1.1.3.4'); 12 12 13 13 define('RTB_BACKPLANE_KEY', 'a80a2e1dcb316164b32acd23c9ae2481'); … … 498 498 "target": document.getElementById('rtb-latest-comments'), 499 499 "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", 501 501 "stream": { 502 502 "queryParams": {
Note: See TracChangeset
for help on using the changeset viewer.