Version Description
Download this release
Release Info
Developer | Disqus |
Plugin | Disqus Comment System |
Version | 2.04.3996 |
Comparing to | |
See all releases |
Code changes from version 2.04.3953 to 2.04.3996
- disqus.php +2 -2
- readme.txt +2 -2
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.com <team@disqus.com>
|
7 |
-
Version: 2.04-
|
8 |
Author URI: http://disqus.com/
|
9 |
|
10 |
*/
|
@@ -297,7 +297,7 @@ function dsq_comments_number($comment_text) {
|
|
297 |
$the_permalink = ob_get_contents();
|
298 |
ob_end_clean();
|
299 |
|
300 |
-
return '</a><noscript><a href="http://' . strtolower(get_option('disqus_forum_url')) . '.' . DISQUS_DOMAIN . '/?url=' . $the_permalink .'">View comments</a></noscript><a class="dsq-comment-count" href="' . $the_permalink . '#disqus_thread">Comments';
|
301 |
} else {
|
302 |
return $comment_text;
|
303 |
}
|
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.com <team@disqus.com>
|
7 |
+
Version: 2.04-3996
|
8 |
Author URI: http://disqus.com/
|
9 |
|
10 |
*/
|
297 |
$the_permalink = ob_get_contents();
|
298 |
ob_end_clean();
|
299 |
|
300 |
+
return '</a><noscript><a href="http://' . strtolower(get_option('disqus_forum_url')) . '.' . DISQUS_DOMAIN . '/?url=' . $the_permalink .'">View comments</a></noscript><a class="dsq-comment-count" href="' . $the_permalink . '#disqus_thread">Comments</a>';
|
301 |
} else {
|
302 |
return $comment_text;
|
303 |
}
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: DISQUS.com <team@disqus.com>
|
3 |
Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
|
4 |
Requires at least: 2.0
|
5 |
-
Tested up to: 2.
|
6 |
-
Stable tag: 2.04.
|
7 |
|
8 |
The DISQUS comment system replaces your WordPress comment system with your comments hosted and powered by DISQUS.
|
9 |
|
2 |
Contributors: DISQUS.com <team@disqus.com>
|
3 |
Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
|
4 |
Requires at least: 2.0
|
5 |
+
Tested up to: 2.7
|
6 |
+
Stable tag: 2.04.3996
|
7 |
|
8 |
The DISQUS comment system replaces your WordPress comment system with your comments hosted and powered by DISQUS.
|
9 |
|