Skip to content

Commit 5a47026

Browse files
authored
Some text suggestions
1 parent a87e7fa commit 5a47026

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ Requires PHP: 5.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Get information about deprecated jQuery features in plugins or themes.
11+
Get information about calls to deprecated jQuery features in plugins or themes.
1212

1313
== Description ==
1414

15-
With the update to WordPress 5.5, a migration tool known as `jquery-migrate` will no longer be enabled by default. This may lead to lacking functionnality or unexpected behavior in some themes or plugins that run older code.
15+
With the update to WordPress 5.5, a migration tool known as `jquery-migrate` was no longer enabled by default. This may lead to lacking functionality or unexpected behavior in some themes or plugins that run older code.
1616

1717
This plugin serves as a temporary solution, enabling the migration script for your site to give your plugin and theme authors some more time to update, and test, their code.
1818

1919
---
2020

21-
With the update to WordPress 5.6, the included version of jQuery is also upgraded. This means old code that previously caused warnings may now cause errors and stop working entirely.
21+
With the update to WordPress 5.6, the included version of jQuery is also upgraded. This means that old code that previously caused warnings now may instead may cause errors or stop working entirely.
2222

23-
Some of these features no longer working will just stop working behind the scenes without any apparent problem.
23+
Some of the features no longer working will just stop working behind the scenes without any apparent problem.
2424

2525
The plugin will let you downgrade to a previous version of jQuery for a period, but as a site administrator you are encouraged to get the underlying issue fixed.
2626

2727
== Frequently Asked Questions ==
2828

29-
= What does it mean that something is "deprecated" =
29+
= What does it mean that something is deprecated =
3030
A script, a file, or some other piece of code is deprecated when its developers are in the process of replacing it with more modern code or removing it entirely.
3131

3232
= What happens after WordPress 5.6 =
33-
With the release of WordPress 5.6, the jQuery version also gets updated. This means plugins or themes that caused deprecated warnings previously will now cause errors instead.
34-
The plugin will let you, temporarily, return to the previous version of jQuery if this happens (it will also try to do so automatically for website visitors the first time an error happens) allowing you to fix the code, or replace it.
33+
With the release of WordPress 5.6, the jQuery version also gets updated. This means plugins or themes that previously caused deprecation warnings now instead will cause.
34+
This plugin will allow you to, temporarily, return to the previous version of jQuery if this happens (it will also try to do so automatically for website visitors the first time an error happens) allowing you to fix the code, or replace it.
3535

3636
= How do I find and use the browser console =
3737
WordPress.org has an article about [using the browsers console log to diagnose JavaScript errors](https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/).
@@ -42,7 +42,7 @@ If something isn’t working correctly on your site after you upgraded WordPress
4242
= There are a lot of deprecation warnings when using jQuery version 3 =
4343
As jQuery version 3 is very new to WordPress, this is expected.
4444

45-
Deprecated notices means that there is a Migrate tool in place making sure these features still continue working while the related code is updated.
45+
Deprecated notices means that the Migration tool is in place making sure these features still continue working while the related code is updated.
4646

4747
== Installation ==
4848

0 commit comments

Comments
 (0)