Merge branch 'trunk' into remove/pattern-management

This commit is contained in:
Jason Crist 2025-06-10 07:53:30 -04:00 committed by GitHub
commit 23c61567cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
=== Create Block Theme ===
Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiiaass, jffng, madhudollu, egregor, vcanales, jeffikus, cwhitmore
Tags: themes, theme, block-theme
Requires at least: 6.6
Requires at least: 6.7
Tested up to: 6.8
Stable tag: 2.7.0
Requires PHP: 7.4

View file

@ -17,7 +17,7 @@ import { chevronRight, chevronLeft } from '@wordpress/icons';

const ScreenHeader = ( { title, onBack } ) => {
// TODO: Remove the fallback component when the minimum supported WordPress
// version was increased to 6.7.
// version was increased to 6.8.
const BackButton = Navigator?.BackButton || NavigatorToParentButton;
return (
<Spacer marginBottom={ 0 } paddingBottom={ 4 }>