Skip to content

Commit

Permalink
Additional localtions that require tt5 be notated.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Oct 1, 2024
1 parent 1f95776 commit c67edcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-admin/includes/update-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@
'themes/twentytwentytwo/' => '5.9',
'themes/twentytwentythree/' => '6.1',
'themes/twentytwentyfour/' => '6.4',
'themes/twentytwentyfive/' => '6.7',
);

/**
Expand Down
1 change: 1 addition & 0 deletions src/wp-includes/class-wp-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ final class WP_Theme implements ArrayAccess {
'twentytwentytwo' => 'Twenty Twenty-Two',
'twentytwentythree' => 'Twenty Twenty-Three',
'twentytwentyfour' => 'Twenty Twenty-Four',
'twentytwentyfive' => 'Twenty Twenty-Five',
);

/**
Expand Down

0 comments on commit c67edcf

Please sign in to comment.