echo'<div class="updated"><p>'.__('<em>Disable Comments</em> is Network Activated. The settings below will affect <strong>all sites</strong> in this network.','disable-comments').'</p></div>';
msgid "Note: The <em>Disable Comments</em> plugin is currently active, and comments are completely disabled on: %s. Many of the settings below will not be applicable for those post types."
msgid ""
"Note: The <em>Disable Comments</em> plugin is currently active, and comments "
"are completely disabled on: %s. Many of the settings below will not be "
"applicable for those post types."
msgstr ""
#: disable-comments.php:289
...
...
@@ -29,7 +32,10 @@ msgid ", "
msgstr ""
#: disable-comments.php:317
msgid "The <em>Disable Comments</em> plugin is active, but isn't configured to do anything yet. Visit the <a href=\"%s\">configuration page</a> to choose which post types to disable comments on."
msgid ""
"The <em>Disable Comments</em> plugin is active, but isn't configured to do "
"anything yet. Visit the <a href=\"%s\">configuration page</a> to choose "
msgid "<em>Disable Comments</em> is Network Activated. The settings below will affect <strong>all sites</strong> in this network."
msgid ""
"<em>Disable Comments</em> is Network Activated. The settings below will "
"affect <strong>all sites</strong> in this network."
msgstr ""
#: includes/settings-page.php:54
msgid "It seems that a caching/performance plugin is active on this site. Please manually invalidate that plugin's cache after making any changes to the settings below."
msgid ""
"It seems that a caching/performance plugin is active on this site. Please "
"manually invalidate that plugin's cache after making any changes to the "
@@ -74,7 +96,10 @@ msgid "Disable all comment-related controls and settings in WordPress."
msgstr ""
#: includes/settings-page.php:59
msgid "%s: This option is global and will affect your entire site. Use it only if you want to disable comments <em>everywhere</em>. A complete description of what this option does is <a href=\"%s\" target=\"_blank\">available here</a>."
msgid ""
"%s: This option is global and will affect your entire site. Use it only if "
"you want to disable comments <em>everywhere</em>. A complete description of "
"what this option does is <a href=\"%s\" target=\"_blank\">available here</a>."
msgid "Only the built-in post types appear above. If you want to disable comments on other custom post types on the entire network, you can supply a comma-separated list of post types below (use the slug that identifies the post type)."
msgid ""
"Only the built-in post types appear above. If you want to disable comments "
"on other custom post types on the entire network, you can supply a comma-"
"separated list of post types below (use the slug that identifies the post "
msgid "Disabling comments will also disable trackbacks and pingbacks. All comment-related fields will also be hidden from the edit/quick-edit screens of the affected posts. These settings cannot be overridden for individual posts."
msgid ""
"Disabling comments will also disable trackbacks and pingbacks. All comment-"
"related fields will also be hidden from the edit/quick-edit screens of the "
"affected posts. These settings cannot be overridden for individual posts."
msgstr ""
#: includes/settings-page.php:75
...
...
@@ -108,11 +140,18 @@ msgid "Use persistent mode"
msgstr ""
#: includes/settings-page.php:80
msgid "%s: <strong>This will make persistent changes to your database — comments will remain closed even if you later disable the plugin!</strong> You should not use it if you only want to disable comments temporarily. Please <a href=\"%s\" target=\"_blank\">read the FAQ</a> before selecting this option."
msgid ""
"%s: <strong>This will make persistent changes to your database — "
"comments will remain closed even if you later disable the plugin!</strong> "
"You should not use it if you only want to disable comments temporarily. "
"Please <a href=\"%s\" target=\"_blank\">read the FAQ</a> before selecting "
"this option."
msgstr ""
#: includes/settings-page.php:82
msgid "%s: Entering persistent mode on large multi-site networks requires a large number of database queries and can take a while. Use with caution!"
msgid ""
"%s: Entering persistent mode on large multi-site networks requires a large "
"number of database queries and can take a while. Use with caution!"
msgstr ""
#: includes/settings-page.php:89
...
...
@@ -120,7 +159,9 @@ msgid "Save Changes"
msgstr ""
#: includes/settings-page.php:110
msgid "%s: Selecting this option will make persistent changes to your database. Are you sure you want to enable it?"
msgid ""
"%s: Selecting this option will make persistent changes to your database. Are "
Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool to delete all comments or according to post type.
...
...
@@ -72,6 +72,10 @@ These definitions can be made either in your main `wp-config.php` or in your the
== Changelog ==
= 1.7 =
* Dropped logic to try and hide the comments link from the Meta widget. Administrators should manually add styling to hide this link, or replace the Meta widget with an alternative.
* Removed the `disable_comments_allow_persistent_mode` filter. Define `DISABLE_COMMENTS_ALLOW_PERSISTENT_MODE` instead.