[wp-trac] [WordPress Trac] #27547: Can not use Pages Menu in wp-Admin
WordPress Trac
noreply at wordpress.org
Thu Mar 27 14:06:32 UTC 2014
#27547: Can not use Pages Menu in wp-Admin
-------------------------------+------------------------------
Reporter: gkinghost | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version: 3.8
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses: administration
-------------------------------+------------------------------
Comment (by NateWr):
It appears that the post type is "lost". The URL correctly identifies the
post type as "page":
{{{
http://localhost/wp39b1/wp-admin/edit.php?post_type=page
}}}
But the post type is not getting added in the hidden field of the
search/filter form:
{{{
<input type="hidden" name="post_type" class="post_type_page" value="" />
}}}
"Post" is likely just the default fallback post type.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27547#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list