Fix badge number fails to match the number of unfinished tasks (#51063)
* Update core profiler layout options * Add changelog * Disable footer
This commit is contained in:
parent
4680b3dcfb
commit
c1f9a73af1
|
@ -275,6 +275,13 @@ export const getPages = () => {
|
|||
__( 'Profiler', 'woocommerce' ),
|
||||
],
|
||||
capability: 'manage_woocommerce',
|
||||
layout: {
|
||||
header: false,
|
||||
footer: false,
|
||||
showNotices: true,
|
||||
showStoreAlerts: false,
|
||||
showPluginArea: false,
|
||||
},
|
||||
} );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix badge number fails to match the number of unfinished tasks
|
Loading…
Reference in New Issue