[wp-trac] [WordPress Trac] #34446: WordPress Notice after add support for post type archives in menu
WordPress Trac
noreply at wordpress.org
Fri Dec 11 10:27:28 UTC 2015
#34446: WordPress Notice after add support for post type archives in menu
------------------------------+--------------------
Reporter: sebastian.pisula | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.4.1
Component: Menus | Version: 4.4
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
------------------------------+--------------------
Changes (by johnbillion):
* keywords: => needs-patch
* version: => 4.4
* milestone: Awaiting Review => 4.4.1
Comment:
I'm seeing this too. Minimum code to reproduce:
{{{
register_post_type( 'foo', [
'hierarchical' => true,
'public' => true,
'has_archive' => true,
] );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34446#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list