mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Merge branch 'trunk' into remove/pattern-management
This commit is contained in:
commit
23c61567cf
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 }>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue