An open API service indexing awesome lists of open source software.

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.

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