Skip to content

Commit

Permalink
Merge branch 'release/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Apr 3, 2022
2 parents 815f84f + 0439011 commit 413efce
Show file tree
Hide file tree
Showing 46 changed files with 31,634 additions and 34,057 deletions.
2 changes: 1 addition & 1 deletion wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ classicpress_version()
<?php
printf(
/* translators: %s: WordPress version number */
__( '<strong>Version %s</strong> addressed some security issues.' ),
__( '<strong>WordPress version %s</strong> addressed some security issues.' ),
'4.9.19'
);
?>
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@
<div class="update-message notice inline notice-warning notice-alt"><p><?php _e( 'New version available.' ); ?></p></div>
<# } #>
<# } #>
</div>
<# } #>

<# if ( data.hasUpdate ) { #>
<# if ( data.updateResponse.compatibleWP && data.updateResponse.compatiblePHP ) { #>
Expand Down
40 changes: 0 additions & 40 deletions wp-includes/PHPMailer/Exception.php

This file was deleted.

Loading

0 comments on commit 413efce

Please sign in to comment.