From e133b6527bcdcb97aaefaac40b313cf8c2eccc62 Mon Sep 17 00:00:00 2001 From: "Mitchell D. Miller" Date: Mon, 10 Jul 2023 17:11:13 -0400 Subject: [PATCH] Fix typos / #5 Fix typos on plugin name. Update plugin URI. Signed-off-by: Mitchell D. Miller --- README.md | 4 ++-- StopWpSearch.php | 4 ++-- readme.txt | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 114289b..7a5ec7c 100755 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Stop WP Search Description ----------- -> Stop users from searching your WordPress Website. Redirect search requests. +> Tired of irrelevant search results on your WordPress site? Say goodbye to unwanted search requests with Stop WP Search! -Stop WP Searches is the easiest way to block search requests to your WordPress site. +Stop WP Search is the easiest way to block search requests to your WordPress site. WordPress search is not always helpful: especially for small sites. Use Stop WP Search plugin to redirect search requests. diff --git a/StopWpSearch.php b/StopWpSearch.php index 094d64f..f571154 100755 --- a/StopWpSearch.php +++ b/StopWpSearch.php @@ -5,7 +5,7 @@ * Version: 1.03 * Author: Mitchell D. Miller * Author URI: https://mitchelldmiller.com/ - * Plugin URI: https://github.com/mitchelldmiller/stop-wp-search + * Plugin URI: https://wheredidmybraingo.com/improve-and-secure-your-wordpress-site-with-stop-wp-search-plugin/ * GitHub Plugin URI: https://github.com/mitchelldmiller/stop-wp-search * License: MIT * License URI: https://github.com/mitchelldmiller/stop-wp-search/blob/main/LICENSE @@ -49,7 +49,7 @@ public static function no_searches_allowed() { } /** - * Block all searches. Redirect to /not_found/. + * Stop all searches. Redirect to /not_found/. * @todo Add option to change redirect. */ public function stop_searches() { diff --git a/readme.txt b/readme.txt index 31c348b..86fec5f 100755 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ === Quick Mail === Contributors: brainiac -Tags: search +Tags: search, security Donate link: https://mitchelldmiller.com/donate Requires at least: 2.3 Tested up to: 6.2.2 @@ -12,9 +12,10 @@ License URI: https://github.com/mitchelldmiller/stop-wp-search/blob/main/LICENSE Stop users from searching your WordPress Website. Redirect search requests. == Description == -> Stop users from searching your WordPress Website. Redirect search requests. +> Tired of irrelevant search results on your WordPress site? Say goodbye to unwanted search requests with Stop WP Search! -Stop WP Searches is the easiest way to block search requests to your WordPress site. + +Stop WP Search is the easiest way to block search requests to your WordPress site. WordPress search is not always helpful: especially for small sites. Use Stop WP Search plugin to redirect search requests.