[wp-trac] [WordPress Trac] #19055: Post type check on top of wp-admin/edit.php enhancement
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 27 19:16:41 UTC 2011
#19055: Post type check on top of wp-admin/edit.php enhancement
------------------------------------+------------------------------
Reporter: markoheijnen | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Post Types | Version:
Severity: normal | Resolution:
Keywords: dev-feedback has-patch |
------------------------------------+------------------------------
Changes (by kawauso):
* keywords: dev-feedback => dev-feedback has-patch
Comment:
Attached a patch that condenses it down to just
{{{
$post_type = isset( $_GET['post_type'] ) ? $_GET['post_type'] : 'post';
}}}
and checks that instead.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19055#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list