Replies: 0
Whenever I visit a post (as opposed to static page) with Permalinks Customized enabled I am greeted by the above PHP error. It seems that the query defined in permalinks-customizer.php:285
is not pulling the post_status
column from wp_posts
, ie. should have , $wpdb->posts.post_status
appended to the SELECT
statement so that the post_status
field can be used on line 306.
Am I correct or am missing or misconfigured something?