[wp-trac] [WordPress Trac] #16075: Add Post Type Archives support in Nav Menus
WordPress Trac
noreply at wordpress.org
Wed Nov 4 07:15:24 UTC 2015
#16075: Add Post Type Archives support in Nav Menus
------------------------------+----------------------------
Reporter: matzipan | Owner: aaroncampbell
Type: task (blessed) | Status: closed
Priority: normal | Milestone: 4.4
Component: Menus | Version: 3.1
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+----------------------------
Comment (by swissspidy):
That else statement in [35500] could be simplified as follows:
{{{#!php
<?php
$post_type = get_post_type_object( $object );
if ( ! $post_type ) {
return new WP_Error( 'nav_menus_invalid_post_type' );
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/16075#comment:116>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list