From b4898abd5b2635920357da0cd67e38b82c20da27 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 2 Mar 2025 17:29:27 +0100 Subject: [PATCH] docs: add missing quote in plugin description --- README.md | 2 +- statify-blacklist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5631dc..5ad73d4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A filter extension for the famous [Statify](https://wordpress.org/plugins/statif This plugin adds customizable filters to Statify to allow blocking of referer spam or internal interactions. -### Features ## +### Features ### #### Referer Filter #### Add a list of domains (for simplicity only second-level, e.g. _example.com_ which blocks _everything.example.com_). diff --git a/statify-blacklist.php b/statify-blacklist.php index c551890..1cb2219 100644 --- a/statify-blacklist.php +++ b/statify-blacklist.php @@ -9,7 +9,7 @@ * @wordpress-plugin * Plugin Name: Statify Filter * Plugin URI: https://wordpress.org/plugins/statify-blacklist/ - * Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist) + * Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist") * Version: 1.7.2 * Requires at least: 4.7 * Requires PHP: 5.5