Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos / #5 #6

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions StopWpSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down