- Has been a member for 3-4 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 50 and 99 items
- United States
Hi Ben,
When debug mode is TRUE we’re getting a lot of notices on the Posts > Reorder screen.
Since $_GET['post_type'] is not available the var $post_type becomes an undefined index.
if ($wp_version >= 3.0) {
if ($_GET['page'] == 'post') {
$post_type = 'post';
} else {
$post_type = $_GET['post_type'];
}
} else {
$post_type = $_GET['page'];
}


348 Purchases
86 Comments