Version Description
- NEW: Add Spanish language support.
- NEW: Add Serbian language support.
Download this release
Release Info
Developer | sethta |
Plugin | No Page Comment |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- lang/no-page-comment-es_ES.mo +0 -0
- lang/no-page-comment-sr_RS.mo +0 -0
- lang/no-page-comment.pot +4 -0
- no-page-comment-settings.php +10 -0
- no-page-comment.php +1 -1
- readme.txt +4 -0
lang/no-page-comment-es_ES.mo
ADDED
Binary file
|
lang/no-page-comment-sr_RS.mo
ADDED
Binary file
|
lang/no-page-comment.pot
CHANGED
@@ -104,6 +104,10 @@ msgstr ""
|
|
104 |
msgid "Offer to Translate No Page Comment"
|
105 |
msgstr ""
|
106 |
|
|
|
|
|
|
|
|
|
107 |
#: no-page-comment.php:133
|
108 |
msgid "Settings"
|
109 |
msgstr ""
|
104 |
msgid "Offer to Translate No Page Comment"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: no-page-comment-settings.php:123
|
108 |
+
msgid "Translation Thanks:"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
#: no-page-comment.php:133
|
112 |
msgid "Settings"
|
113 |
msgstr ""
|
no-page-comment-settings.php
CHANGED
@@ -119,6 +119,16 @@ if ( isset($_POST['update_sta_npc_plugin_settings']) ) {
|
|
119 |
</div>
|
120 |
</div>
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
</div>
|
123 |
</div>
|
124 |
|
119 |
</div>
|
120 |
</div>
|
121 |
|
122 |
+
<div class="postbox">
|
123 |
+
<h3 style="cursor:default;"><span><?php _e('Translation Thanks:', $this->plugin_domain ); ?></span></h3>
|
124 |
+
<div class="inside">
|
125 |
+
<ul>
|
126 |
+
<li style="padding:5px 0;"><a href="http://www.webhostinghub.com/" title="Maria Ramos, WebHostingHub" target="_blank">Maria Ramos, WebHostingHub</a></li>
|
127 |
+
<li style="padding:5px 0;"><a href="http://firstsiteguide.com/" title="firstsiteguide.com" target="_blank">firstsiteguide.com</a></li>
|
128 |
+
</ul>
|
129 |
+
</div>
|
130 |
+
</div>
|
131 |
+
|
132 |
</div>
|
133 |
</div>
|
134 |
|
no-page-comment.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: No Page Comment
|
4 |
Plugin URI: http://sethalling.com/plugins/no-page-comment
|
5 |
Description: A plugin that uses javascript to disable comments by default on posts, pages and/or custom post types but leave them enabled on others, while still giving you the ability to individually set them on a page or post basis.
|
6 |
-
Version: 1.0.
|
7 |
Author: Seth Alling
|
8 |
Author URI: http://sethalling.com/
|
9 |
Text Domain: no-page-comment
|
3 |
Plugin Name: No Page Comment
|
4 |
Plugin URI: http://sethalling.com/plugins/no-page-comment
|
5 |
Description: A plugin that uses javascript to disable comments by default on posts, pages and/or custom post types but leave them enabled on others, while still giving you the ability to individually set them on a page or post basis.
|
6 |
+
Version: 1.0.4
|
7 |
Author: Seth Alling
|
8 |
Author URI: http://sethalling.com/
|
9 |
Text Domain: no-page-comment
|
readme.txt
CHANGED
@@ -77,6 +77,10 @@ Of course, although *it is highly recommended that you backup your blog's databa
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
80 |
= 1.0.3 =
|
81 |
* UPDATE: Complete translation support.
|
82 |
* NEW: Add .pot file for translation.
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 1.0.4 =
|
81 |
+
* NEW: Add Spanish language support.
|
82 |
+
* NEW: Add Serbian language support.
|
83 |
+
|
84 |
= 1.0.3 =
|
85 |
* UPDATE: Complete translation support.
|
86 |
* NEW: Add .pot file for translation.
|