Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 2d5a973

Browse files
committed
fixed whitespaces
1 parent 29af048 commit 2d5a973

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
7575
The plugin attempts to store the URL to an actual profile image on the source site. The default avatar set by WordPress is only used if there is no such image found.
7676

7777
Even the WordPress default avatars are served by querying Gravatar.com which serves the file. Gravatar works by you providing an email address which it uses to match the image.
78-
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
78+
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
7979

8080
If there is no email address it will serve the local avatar. If there is an email, it will go out to gravatar.com and see if they
8181
have a gravatar on file. If there is it will store the gravatar URL, otherwise it will store the URL for the local avatar if set.
@@ -87,6 +87,7 @@ The plugin uses a locally cached version of the mystery icon normally provided b
8787
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
8888

8989
### 3.8.1 ###
90+
9091
* Add follow post as type
9192
* Add warning to settings page if php-mbstring not installed
9293
* Return false in Emoji function if php-mbstring not installed

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
7575
The plugin attempts to store the URL to an actual profile image on the source site. The default avatar set by WordPress is only used if there is no such image found.
7676

7777
Even the WordPress default avatars are served by querying Gravatar.com which serves the file. Gravatar works by you providing an email address which it uses to match the image.
78-
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
78+
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
7979

8080
If there is no email address it will serve the local avatar. If there is an email, it will go out to gravatar.com and see if they
8181
have a gravatar on file. If there is it will store the gravatar URL, otherwise it will store the URL for the local avatar if set.
@@ -87,6 +87,7 @@ The plugin uses a locally cached version of the mystery icon normally provided b
8787
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
8888

8989
= 3.8.1 =
90+
9091
* Add follow post as type
9192
* Add warning to settings page if php-mbstring not installed
9293
* Return false in Emoji function if php-mbstring not installed

0 commit comments

Comments
 (0)