Version Description
- More small fixes
Download this release
Release Info
Developer | nkuttler |
Plugin | Delete Pending Comments |
Version | 0.0.3 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 0.0.3
- delete-pending-comments.php +5 -3
- readme.txt +9 -5
delete-pending-comments.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nicolaskuttler.de/wordpress/delete-pending-comments/
|
|
5 |
Author: Nicolas Kuttler
|
6 |
Author URI: http://www.nicolaskuttler.de/
|
7 |
Description:
|
8 |
-
Version: 0.0.
|
9 |
*/
|
10 |
|
11 |
add_action( 'init', 'nkdeletepending_init' );
|
@@ -59,12 +59,15 @@ I was pretty unhappy with the default WordPress tag cloud widget. This one is mo
|
|
59 |
<a href="http://www.nkuttler.de/wordpress/nkthemeswitch/">Theme switch</a>:
|
60 |
I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
|
61 |
<br/>
|
62 |
-
<a href="http://www.nkuttler.de/wordpress/zero-conf-mail/">Zero Conf Mail
|
63 |
Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
|
64 |
<br/>
|
65 |
<a href="http://www.nkuttler.de/wordpress/nkmovecomments/">Move WordPress comments</a>:
|
66 |
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to <a href="http://www.nkuttler.de/nkmovecomments/">move comments</a> to a different post/page and to fix comment threading.
|
67 |
<br/>
|
|
|
|
|
|
|
68 |
<a href="http://www.nkuttler.de/wordpress/nksnow/">Snow and more</a>:
|
69 |
This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
|
70 |
<br/>
|
@@ -74,7 +77,6 @@ The name says it all, see fireworks on your blog!
|
|
74 |
<a href="http://www.rhymebox.de/blog/rhymebox-widget/">Rhyming widget</a>:
|
75 |
I wrote a little online <a href="http://www.rhymebox.com/">rhyming dictionary</a>. This is a widget to search it directly from one of your sidebars.
|
76 |
</p>
|
77 |
-
|
78 |
</div>
|
79 |
<?php
|
80 |
}
|
5 |
Author: Nicolas Kuttler
|
6 |
Author URI: http://www.nicolaskuttler.de/
|
7 |
Description:
|
8 |
+
Version: 0.0.3
|
9 |
*/
|
10 |
|
11 |
add_action( 'init', 'nkdeletepending_init' );
|
59 |
<a href="http://www.nkuttler.de/wordpress/nkthemeswitch/">Theme switch</a>:
|
60 |
I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
|
61 |
<br/>
|
62 |
+
<a href="http://www.nkuttler.de/wordpress/zero-conf-mail/">Zero Conf Mail</a>:
|
63 |
Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
|
64 |
<br/>
|
65 |
<a href="http://www.nkuttler.de/wordpress/nkmovecomments/">Move WordPress comments</a>:
|
66 |
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to <a href="http://www.nkuttler.de/nkmovecomments/">move comments</a> to a different post/page and to fix comment threading.
|
67 |
<br/>
|
68 |
+
<a href="http://www.nkuttler.de/wordpress/delete-pending-comments">Delete Pending Comments</a>:
|
69 |
+
This is a plugin that lets you delete all pending comments at once. Useful for spam victims.
|
70 |
+
<br/>
|
71 |
<a href="http://www.nkuttler.de/wordpress/nksnow/">Snow and more</a>:
|
72 |
This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
|
73 |
<br/>
|
77 |
<a href="http://www.rhymebox.de/blog/rhymebox-widget/">Rhyming widget</a>:
|
78 |
I wrote a little online <a href="http://www.rhymebox.com/">rhyming dictionary</a>. This is a widget to search it directly from one of your sidebars.
|
79 |
</p>
|
|
|
80 |
</div>
|
81 |
<?php
|
82 |
}
|
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== Delete Pending Comments ===
|
2 |
Contributors: nkuttler
|
3 |
Author URI: http://www.nicolaskuttler.de/
|
4 |
-
Plugin URI: http://www.
|
5 |
Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY
|
6 |
Tags: admin, plugin, comments, spam, pending, delete, delete comments, mass delete, mass delete comments
|
7 |
Requires at least: 2.7
|
8 |
Tested up to: 2.8.4
|
9 |
-
Stable tag: 0.0.
|
10 |
|
11 |
A quick way to delete all pending comments. Useful for victims of spammer attacks.
|
12 |
|
@@ -23,12 +23,15 @@ I was pretty unhappy with the default WordPress tag cloud widget. This one is mo
|
|
23 |
<a href="http://www.nkuttler.de/wordpress/nkthemeswitch/">Theme switch</a>:
|
24 |
I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
|
25 |
<br/>
|
26 |
-
<a href="http://www.nkuttler.de/wordpress/zero-conf-mail/">Zero Conf Mail
|
27 |
Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
|
28 |
<br/>
|
29 |
<a href="http://www.nkuttler.de/wordpress/nkmovecomments/">Move WordPress comments</a>:
|
30 |
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to <a href="http://www.nkuttler.de/nkmovecomments/">move comments</a> to a different post/page and to fix comment threading.
|
31 |
<br/>
|
|
|
|
|
|
|
32 |
<a href="http://www.nkuttler.de/wordpress/nksnow/">Snow and more</a>:
|
33 |
This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
|
34 |
<br/>
|
@@ -39,7 +42,6 @@ The name says it all, see fireworks on your blog!
|
|
39 |
I wrote a little online <a href="http://www.rhymebox.com/">rhyming dictionary</a>. This is a widget to search it directly from one of your sidebars.
|
40 |
</p>
|
41 |
|
42 |
-
|
43 |
== Installation ==
|
44 |
Unzip, upload to your plugin directory, enable the plugin and configure it as needed. If you want to add the widget do that in your dashboard's Design section.
|
45 |
|
@@ -50,7 +52,9 @@ Unzip, upload to your plugin directory, enable the plugin and configure it as ne
|
|
50 |
None yet.
|
51 |
|
52 |
== Changelog ==
|
|
|
|
|
53 |
= 0.0.2 =
|
54 |
-
*
|
55 |
= 0.0.1 =
|
56 |
* Initial release
|
1 |
=== Delete Pending Comments ===
|
2 |
Contributors: nkuttler
|
3 |
Author URI: http://www.nicolaskuttler.de/
|
4 |
+
Plugin URI: http://www.nkuttler.de/wordpress/nkdeletepending/
|
5 |
Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY
|
6 |
Tags: admin, plugin, comments, spam, pending, delete, delete comments, mass delete, mass delete comments
|
7 |
Requires at least: 2.7
|
8 |
Tested up to: 2.8.4
|
9 |
+
Stable tag: 0.0.3
|
10 |
|
11 |
A quick way to delete all pending comments. Useful for victims of spammer attacks.
|
12 |
|
23 |
<a href="http://www.nkuttler.de/wordpress/nkthemeswitch/">Theme switch</a>:
|
24 |
I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
|
25 |
<br/>
|
26 |
+
<a href="http://www.nkuttler.de/wordpress/zero-conf-mail/">Zero Conf Mail</a>:
|
27 |
Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
|
28 |
<br/>
|
29 |
<a href="http://www.nkuttler.de/wordpress/nkmovecomments/">Move WordPress comments</a>:
|
30 |
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to <a href="http://www.nkuttler.de/nkmovecomments/">move comments</a> to a different post/page and to fix comment threading.
|
31 |
<br/>
|
32 |
+
<a href="http://www.nkuttler.de/wordpress/delete-pending-comments">Delete Pending Comments</a>:
|
33 |
+
This is a plugin that lets you delete all pending comments at once. Useful for spam victims.
|
34 |
+
<br/>
|
35 |
<a href="http://www.nkuttler.de/wordpress/nksnow/">Snow and more</a>:
|
36 |
This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
|
37 |
<br/>
|
42 |
I wrote a little online <a href="http://www.rhymebox.com/">rhyming dictionary</a>. This is a widget to search it directly from one of your sidebars.
|
43 |
</p>
|
44 |
|
|
|
45 |
== Installation ==
|
46 |
Unzip, upload to your plugin directory, enable the plugin and configure it as needed. If you want to add the widget do that in your dashboard's Design section.
|
47 |
|
52 |
None yet.
|
53 |
|
54 |
== Changelog ==
|
55 |
+
= 0.0.3 =
|
56 |
+
* More small fixes
|
57 |
= 0.0.2 =
|
58 |
+
* Small fixes
|
59 |
= 0.0.1 =
|
60 |
* Initial release
|