Skip to content

Commit

Permalink
Merge branch 'trunk' into add/l10n-performance-test
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Nov 8, 2023
2 parents a092993 + a31c785 commit 8f32ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0' ]
wp: [ '6.0', '6.1', '6.2' ]
wp: [ '6.0', '6.1', '6.2', '6.3' ]
multisite: [ false, true ]
with:
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<p style="margin-top:calc(var(--gap) / 2);">
<?php
printf(
/* translators: %s: WordPress Field Guide link. */
/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
__( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
__( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ),
'6.4'
Expand Down

0 comments on commit 8f32ffc

Please sign in to comment.