https://github.com/soderlind/remove-comments-are-closed
On WordPress posts where comments are closed, the plugin will remove the text Comments are closed.
https://github.com/soderlind/remove-comments-are-closed
Last synced: 6 months ago
JSON representation
On WordPress posts where comments are closed, the plugin will remove the text Comments are closed.
- Host: GitHub
- URL: https://github.com/soderlind/remove-comments-are-closed
- Owner: soderlind
- Created: 2013-02-04T09:06:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T17:58:08.000Z (about 7 years ago)
- Last Synced: 2025-08-16T06:58:31.658Z (6 months ago)
- Language: JavaScript
- Homepage: http://soderlind.no/wordpress-plugin-remove-comments-are-closed/
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remove "Comments are closed" #
**Contributors:** PerS
**Donate link:** http://soderlind.no/donate/
**Tags:** comments, remove text, l10n, i18n
**Requires at least:** 2.2.0
**Tested up to:** 4.5
**Stable tag:** 1.3.0
Remove the "Comments are closed" text from posts.
## Description ##
On posts where comments are closed, the plugin will remove the text 'Comments are closed.' The plugin supports any languages/text domain, and will remove the text from themes and plugins.
Prerequisite: Since the plugin is [filtering gettext](http://codex.wordpress.org/Plugin_API/Filter_Reference/gettext), your theme/plugin must be [localized](http://wp.smashingmagazine.com/2011/12/29/internationalizing-localizing-wordpress-theme/).
View the plugin source code at the [plugin home page](http://soderlind.no/archives/2012/01/11/wordpress-plugin-remove-comments-are-closed/)
## Installation ##
### Manual Installation ###
* Upload the files to wp-content/plugins/webputty/
* Activate the plugin
### Automatic Installation ###
* On your WordPress blog, open the Dashboard
* Go to Plugins->Install New
* Search for "remove comments are closed"
* Click on install to install the plugin
## Changelog ##
### 1.3.0 ###
* Update plugin for [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/).
* Tested & found compatible with WP 4.5.
### 1.2.2 ###
* Tested with 4.3
### 1.2.1 ###
* Tested with 3.9, bumped version number
### 1.2 ###
* removed unnecessary code.
### 1.1 ###
* initial public release