diff --git a/README.md b/README.md index 16a5894..b04eaec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Disable Comments for WordPress -This is the development respository for the [Disable Comments](http://wordpress.org/extend/plugins/disable-comments/) WordPress plugin. Send pull requests here, download the latest stable version there! +This is the development respository for the [Disable Comments](https://wordpress.org/plugins/disable-comments/) WordPress plugin. Send pull requests here, download the latest stable version there! Version and compatibility information can be found in the plugin [readme](https://github.com/solarissmoke/disable-comments/blob/master/readme.txt) file. -License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) +License: [GPLv2](https://www.gnu.org/licenses/gpl-2.0.html) ## Must-Use version diff --git a/disable-comments.php b/disable-comments.php index c27e5a4..a27b596 100644 --- a/disable-comments.php +++ b/disable-comments.php @@ -1,11 +1,11 @@
everywhere. A complete description of what this option does is available here.', 'disable-comments' ), '' . __('Warning', 'disable-comments') . '', 'http://wordpress.org/extend/plugins/disable-comments/other_notes/' ); ?>
+everywhere. A complete description of what this option does is available here.', 'disable-comments' ), '' . __('Warning', 'disable-comments') . '', 'https://wordpress.org/plugins/disable-comments/other_notes/' ); ?>
' . sprintf( __( '%s: This will make persistent changes to your database — comments will remain closed even if you later disable the plugin! You should not use it if you only want to disable comments temporarily. Please read the FAQ before selecting this option.', 'disable-comments'), '' . __('Warning', 'disable-comments') . '', 'http://wordpress.org/extend/plugins/disable-comments/faq/' ) . '
'; + echo '' . sprintf( __( '%s: This will make persistent changes to your database — comments will remain closed even if you later disable the plugin! You should not use it if you only want to disable comments temporarily. Please read the FAQ before selecting this option.', 'disable-comments'), '' . __('Warning', 'disable-comments') . '', 'https://wordpress.org/plugins/disable-comments/faq/' ) . '
'; if( $this->networkactive ) echo '' . sprintf( __( '%s: Entering persistent mode on large multi-site networks requires a large number of database queries and can take a while. Use with caution!', 'disable-comments'), '' . __('Warning', 'disable-comments') . '' ) . '
'; ?> diff --git a/readme.txt b/readme.txt index 63356c1..4ed93d3 100644 --- a/readme.txt +++ b/readme.txt @@ -14,9 +14,9 @@ This plugin allows administrators to globally disable comments on any post type Additionally, comment-related items can be removed from the Dashboard, Widgets, the Admin Menu and the Admin Bar. -**Important note**: Use this plugin if you don't want comments at all on your site (or on certain post types). Don't use it if you want to selectively disable comments on individual posts - WordPress lets you do that anyway. If you don't know how to disable comments on individual posts, there are instructions in [the FAQ](http://wordpress.org/extend/plugins/disable-comments/faq/). +**Important note**: Use this plugin if you don't want comments at all on your site (or on certain post types). Don't use it if you want to selectively disable comments on individual posts - WordPress lets you do that anyway. If you don't know how to disable comments on individual posts, there are instructions in [the FAQ](https://wordpress.org/plugins/disable-comments/faq/). -If you come across any bugs or have suggestions, please use the plugin support forum. I can't fix it if I don't know it's broken! Please check the [FAQ](http://wordpress.org/extend/plugins/disable-comments/faq/) for common issues. +If you come across any bugs or have suggestions, please use the plugin support forum. I can't fix it if I don't know it's broken! Please check the [FAQ](https://wordpress.org/plugins/disable-comments/faq/) for common issues. Want to contribute? Here's the [GitHub development repository](https://github.com/solarissmoke/disable-comments). @@ -28,7 +28,7 @@ A [must-use version](https://github.com/solarissmoke/disable-comments-mu) of the This is because your theme is not checking the comment status of posts in the correct way. -You may like to point your theme's author to [this explanation](http://rayofsolaris.net/blog/2012/how-to-check-if-comments-are-allowed-in-wordpress) of what they are doing wrong, and how to fix it. +You may like to point your theme's author to [this explanation](http://www.rayofsolaris.net/blog/2012/how-to-check-if-comments-are-allowed-in-wordpress/) of what they are doing wrong, and how to fix it. = How can I remove the text that says "comments are closed" at the bottom of articles where comments are disabled? = @@ -42,7 +42,7 @@ Don't install this plugin! Go to the edit page for the post you want to disable comments on. Scroll down to the "Discussion" box, where you will find the comment options for that post. If you don't see a "Discussion" box, then click on "Screen Options" at the top of your screen, and make sure the "Discussion" checkbox is checked. -You can also bulk-edit the comment status of multiple posts from the [posts screen](http://codex.wordpress.org/Posts_Screen). +You can also bulk-edit the comment status of multiple posts from the [posts screen](https://codex.wordpress.org/Posts_Screen). == Details ==