Disqus Comment System - Version 2.32.8616

Version Description

Download this release

Release Info

Developer Disqus
Plugin Icon Disqus Comment System
Version 2.32.8616
Comparing to
See all releases

Code changes from version 2.31.8600 to 2.32.8616

Files changed (3) hide show
  1. disqus.php +2 -2
  2. export.php +2 -2
  3. readme.txt +1 -1
disqus.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Disqus Comment System
4
  Plugin URI: http://disqus.com/
5
  Description: The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus. Head over to the Comments admin page to set up your DISQUS Comment System.
6
  Author: Disqus <team@disqus.com>
7
- Version: 2.31.8600
8
  Author URI: http://disqus.com/
9
  */
10
 
@@ -48,7 +48,7 @@ define('DSQ_PLUGIN_URL', WP_CONTENT_URL . '/plugins/' . dsq_plugin_basename(__FI
48
  * @global string $dsq_version
49
  * @since 1.0
50
  */
51
- $dsq_version = '2.31';
52
  $mt_dsq_version = '2.01';
53
  /**
54
  * Response from Disqus get_thread API call for comments template.
4
  Plugin URI: http://disqus.com/
5
  Description: The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus. Head over to the Comments admin page to set up your DISQUS Comment System.
6
  Author: Disqus <team@disqus.com>
7
+ Version: 2.32.8616
8
  Author URI: http://disqus.com/
9
  */
10
 
48
  * @global string $dsq_version
49
  * @since 1.0
50
  */
51
+ $dsq_version = '2.32';
52
  $mt_dsq_version = '2.01';
53
  /**
54
  * Response from Disqus get_thread API call for comments template.
export.php CHANGED
@@ -256,7 +256,7 @@ if (count($posts)) {
256
  <wp:menu_order><?php echo $post->menu_order; ?></wp:menu_order>
257
  <wp:post_type><?php echo $post->post_type; ?></wp:post_type>
258
  <?php
259
- $comments = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_agent NOT LIKE 'Disqus/%'", $post->ID) );
260
  if ( $comments ) { foreach ( $comments as $c ) { ?>
261
  <wp:comment>
262
  <wp:comment_id><?php echo $c->comment_ID; ?></wp:comment_id>
@@ -286,4 +286,4 @@ if ( $comments ) { foreach ( $comments as $c ) { ?>
286
  return $output;
287
  }
288
 
289
- ?>
256
  <wp:menu_order><?php echo $post->menu_order; ?></wp:menu_order>
257
  <wp:post_type><?php echo $post->post_type; ?></wp:post_type>
258
  <?php
259
+ $comments = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_agent NOT LIKE 'Disqus/%%'", $post->ID) );
260
  if ( $comments ) { foreach ( $comments as $c ) { ?>
261
  <wp:comment>
262
  <wp:comment_id><?php echo $c->comment_ID; ?></wp:comment_id>
286
  return $output;
287
  }
288
 
289
+ ?>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: disqus, alexkingorg, crowdfavorite
3
  Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
4
  Requires at least: 2.8
5
  Tested up to: 2.9.2
6
- Stable tag: 2.31.8600
7
 
8
  The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.
9
 
3
  Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
4
  Requires at least: 2.8
5
  Tested up to: 2.9.2
6
+ Stable tag: 2.32.8616
7
 
8
  The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.
9