Skip to content

Commit 99a857f

Browse files
committed
Fix formatting of readmes.
1 parent 9b6bd7c commit 99a857f

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

readme.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ The biggest features of this plugin are the features that it's missing:
2323
* there are no custom database tables, it just works
2424
* simply put, there is no fuss!
2525

26-
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs
27-
asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );`
28-
in your theme or or plugin.
26+
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );` in your theme or or plugin.
2927

3028
## Installation
3129

@@ -66,17 +64,15 @@ This plugin is intended as a replacement for the Bing plugin that is much simpli
6664

6765
IndexNow supports both notifications for newly published content and newly unpublished content.
6866

69-
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site.
70-
Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
67+
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site. Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
7168

7269
### Are notifications sent from non-production sites?
7370

7471
No.
7572

7673
The plugin uses `wp_get_environment_type()` to determine whether to send notifications to IndexNow.
7774

78-
For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for
79-
developers to debug any requests. The notification is not actually sent to IndexNow.
75+
For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for developers to debug any requests. The notification is not actually sent to IndexNow.
8076

8177
## Changelog
8278

readme.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ The biggest features of this plugin are the features that it's missing:
2929
* there are no custom database tables, it just works
3030
* simply put, there is no fuss!
3131

32-
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs
33-
asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );`
34-
in your theme or or plugin.
32+
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );` in your theme or or plugin.
3533

3634
== Frequently Asked Questions ==
3735

@@ -57,17 +55,15 @@ This plugin is intended as a replacement for the Bing plugin that is much simpli
5755

5856
IndexNow supports both notifications for newly published content and newly unpublished content.
5957

60-
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site.
61-
Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
58+
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site. Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
6259

6360
= Are notifications sent from non-production sites? =
6461

6562
No.
6663

6764
The plugin uses `wp_get_environment_type()` to determine whether to send notifications to IndexNow.
6865

69-
For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for
70-
developers to debug any requests. The notification is not actually sent to IndexNow.
66+
For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for developers to debug any requests. The notification is not actually sent to IndexNow.
7167

7268
== Changelog ==
7369

0 commit comments

Comments
 (0)