You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/admin-notices/welcome.php
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,22 @@
14
14
<?php_e( 'Right now you are using the Enable jQuery Migrate Helper plugin to enable support for old JavaScript code that uses deprecated functions in the jQuery JavaScript library.', 'enable-jquery-migrate-helper' ); ?>
15
15
<br>
16
16
<strong>
17
-
<?php_e( 'Please note that this is a temporary solution which will only work between WordPress 5.5.0 and 5.6.0 is, and is not meant as a permanent fix for unsupported code.', 'enable-jquery-migrate-helper' ); ?>
17
+
<?php_e( 'Please note that this is a temporary solution which will only work between WordPress 5.5.0 and 5.6.0. This is NOT meant as a permanent fix for unsupported code.', 'enable-jquery-migrate-helper' ); ?>
18
18
</strong>
19
19
</p>
20
20
21
21
<p>
22
-
<?php_e( 'If you get warnings, you should check the theme or plugin that generated them for an update. There will very likely be one you can install.', 'enable-jquery-migrate-helper' ); ?>
23
-
<?php_e( 'When you have updated your plugins and themes, and there are no more warnings, please deactivate Enable jQuery Migrate Helper.', 'enable-jquery-migrate-helper' ); ?>
22
+
<?php_e( 'If you get warnings, you should check for an updated version of the plugin or theme that generated the warning. There will very likely be one you can install. When you have updated your plugins and themes, and there are no more warnings, please deactivate Enable jQuery Migrate Helper.', 'enable-jquery-migrate-helper' ); ?>
24
23
</p>
25
24
26
25
<p>
27
-
<?php_e( '* 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.', 'enable-jquery-migrate-helper' ); ?>
26
+
<?php_e( '* A script, a file, or some other piece of code gets deprecated when its developers are in the process of replacing it with more modern code or removing it entirely.', 'enable-jquery-migrate-helper' ); ?>
<?php_e( 'You are currently using a legacy version of jQuery, which comes with no support or security updates, please look to upgrade as soon as possible.', 'enable-jquery-migrate-helper' ); ?>
32
+
<?php_e( 'You are currently using a legacy version of jQuery. It has no support and doesn’r receive security updates. Please upgrade as soon as possible.', 'enable-jquery-migrate-helper' ); ?>
0 commit comments