Skip to content
Snippets Groups Projects
Commit ce4a895a authored by Erick Hitter's avatar Erick Hitter
Browse files

Typo makes it hard to find the post type

parent bf58b86a
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class Main {
}
if ( isset( $_REQUEST['post_type'] ) && ! empty( $_REQUEST['post_type'] ) ) {
$vars->posts_type = $_REQUEST['post_type'];
$vars->post_type = $_REQUEST['post_type'];
}
if ( isset( $_REQUEST['post'] ) && is_array( $_REQUEST['post'] ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment