Skip to content

Commit 3d36f1d

Browse files
authored
Update welcome.php
1 parent cbfd40d commit 3d36f1d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

templates/admin-notices/welcome.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,22 @@
1414
<?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' ); ?>
1515
<br>
1616
<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' ); ?>
1818
</strong>
1919
</p>
2020

2121
<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' ); ?>
2423
</p>
2524

2625
<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' ); ?>
2827
</p>
2928

3029
<?php if ( 'no' !== get_option( '_jquery_migrate_downgrade_version', 'no' ) ) : ?>
3130
<p>
3231
<strong>
33-
<?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' ); ?>
3433
</strong>
3534
</p>
3635
<?php endif; ?>
@@ -40,4 +39,4 @@
4039
</p>
4140

4241
<?php wp_nonce_field( 'jquery-migrate-notice', 'jquery-migrate-notice-nonce', false ); ?>
43-
</div>
42+
</div>

0 commit comments

Comments
 (0)