Changed type defs: WpMenuLocationEnum #38227
Unanswered
NicolasVanhuynegem
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Preliminary Checks
Description
Missing type names: WpTemplate_Blank
WpTemplate_BlogAlternative
Changed type defs:
Typename WpMenuLocationEnum diff:
{
kind: "ENUM"
config: {
name: "WpMenuLocationEnum"
values: {
description: "Registered menu locations"
}
}
Reproduction Link
none
Steps to Reproduce
2.add ``` // This theme uses wp_nav_menu() in one location.
register_nav_menus(
array(
'primary' => esc_html__( 'Primary', 'achillesdesign' ),
'footer' => esc_html__( 'Footer', 'achillesdesign' ),
)
);
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions