Version Description
- NEW: Add Dutch language support.
- NEW: Add Italian language support.
Download this release
Release Info
Developer | sethta |
Plugin | No Page Comment |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- lang/no-page-comment-it_IT.mo +0 -0
- lang/no-page-comment-nl_NL.mo +0 -0
- lang/no-page-comment-sv_SE.mo +0 -0
- lang/no-page-comment-sv_SE.po +0 -0
- lang/no-page-comment.pot +2 -2
- no-page-comment-settings.php +2 -0
- no-page-comment.php +3 -3
- readme.txt +6 -2
lang/no-page-comment-it_IT.mo
ADDED
Binary file
|
lang/no-page-comment-nl_NL.mo
ADDED
Binary file
|
lang/no-page-comment-sv_SE.mo
CHANGED
File without changes
|
lang/no-page-comment-sv_SE.po
CHANGED
File without changes
|
lang/no-page-comment.pot
CHANGED
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
msgid "Settings Updated."
|
17 |
msgstr ""
|
18 |
|
19 |
-
#: no-page-comment-settings.php:35 no-page-comment.php:152
|
20 |
msgid "No Page Comment Settings"
|
21 |
msgstr ""
|
22 |
|
@@ -116,7 +116,7 @@ msgstr ""
|
|
116 |
msgid "Comment and trackback defaults controlled through"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#. Plugin Name of the plugin/theme
|
120 |
msgid "No Page Comment"
|
121 |
msgstr ""
|
122 |
|
16 |
msgid "Settings Updated."
|
17 |
msgstr ""
|
18 |
|
19 |
+
#: no-page-comment-settings.php:35 no-page-comment.php:142 no-page-comment.php:152
|
20 |
msgid "No Page Comment Settings"
|
21 |
msgstr ""
|
22 |
|
116 |
msgid "Comment and trackback defaults controlled through"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#. Plugin Name of the plugin/theme no-page-comment.php:142
|
120 |
msgid "No Page Comment"
|
121 |
msgstr ""
|
122 |
|
no-page-comment-settings.php
CHANGED
@@ -125,6 +125,8 @@ if ( isset($_POST['update_sta_npc_plugin_settings']) ) {
|
|
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>
|
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 |
+
<li style="padding:5px 0;"><a href="http://adevade.com/" title="Andréas Lundgren" target="_blank">Andréas Lundgren</a></li>
|
129 |
+
<li style="padding:5px 0;"><a href="http://www.fravaco.be/" title="Fravaco" target="_blank">Fravaco</a></li>
|
130 |
</ul>
|
131 |
</div>
|
132 |
</div>
|
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
|
@@ -71,7 +71,7 @@ if ( ! function_exists( 'sta_npc_load' ) ) {
|
|
71 |
'revision',
|
72 |
'nav_menu_item',
|
73 |
);
|
74 |
-
public $plugin_ver = '1.0.
|
75 |
|
76 |
// Plugin Constructor
|
77 |
function sta_npc_plugin() {
|
@@ -139,7 +139,7 @@ if ( ! function_exists( 'sta_npc_load' ) ) {
|
|
139 |
// Add settings page to options sidebar
|
140 |
function sta_npc_plugin_admin() {
|
141 |
if ( function_exists( 'add_options_page' ) ) {
|
142 |
-
add_options_page( 'No Page Comment Settings', 'No Page Comment', 'manage_options', $this->plugin_file, array( $this, 'sta_npc_print_admin_page' ) );
|
143 |
}
|
144 |
}
|
145 |
|
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
|
7 |
Author: Seth Alling
|
8 |
Author URI: http://sethalling.com/
|
9 |
Text Domain: no-page-comment
|
71 |
'revision',
|
72 |
'nav_menu_item',
|
73 |
);
|
74 |
+
public $plugin_ver = '1.0.7';
|
75 |
|
76 |
// Plugin Constructor
|
77 |
function sta_npc_plugin() {
|
139 |
// Add settings page to options sidebar
|
140 |
function sta_npc_plugin_admin() {
|
141 |
if ( function_exists( 'add_options_page' ) ) {
|
142 |
+
add_options_page( __( 'No Page Comment Settings', $this->plugin_domain ), __( 'No Page Comment', $this->plugin_domain ), 'manage_options', $this->plugin_file, array( $this, 'sta_npc_print_admin_page' ) );
|
143 |
}
|
144 |
}
|
145 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: sethta
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5WWP2EDSCAJR4
|
5 |
Tags: admin, comments, custom post type, discussion, pages, posts, attachment, attachments, media, settings, tools, trackbacks
|
6 |
Requires at least: 3.1
|
7 |
-
Tested up to:
|
8 |
Stable tag: trunk
|
9 |
|
10 |
Disable comments by default on new pages and custom post types, while still giving you the ability to individually set them on a page or post basis.
|
@@ -73,10 +73,14 @@ Of course, although *it is highly recommended that you backup your blog's databa
|
|
73 |
|
74 |
== Screenshots ==
|
75 |
|
76 |
-
1. The Settings page on a fresh WordPress
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
80 |
= 1.0.6 =
|
81 |
* NEW: Add Swedish language support.
|
82 |
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5WWP2EDSCAJR4
|
5 |
Tags: admin, comments, custom post type, discussion, pages, posts, attachment, attachments, media, settings, tools, trackbacks
|
6 |
Requires at least: 3.1
|
7 |
+
Tested up to: 4.0
|
8 |
Stable tag: trunk
|
9 |
|
10 |
Disable comments by default on new pages and custom post types, while still giving you the ability to individually set them on a page or post basis.
|
73 |
|
74 |
== Screenshots ==
|
75 |
|
76 |
+
1. The Settings page on a fresh WordPress 4.0 installation
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 1.0.7 =
|
81 |
+
* NEW: Add Dutch language support.
|
82 |
+
* NEW: Add Italian language support.
|
83 |
+
|
84 |
= 1.0.6 =
|
85 |
* NEW: Add Swedish language support.
|
86 |
|