On line 34 the array is missing post_status 'future'. This breaks the plugin.
The line should look like this.
'post_status' => array('publish','draft','trash','future')
http://wordpress.org/extend/plugins/filter-pages-by-parent-in-admin/
On line 34 the array is missing post_status 'future'. This breaks the plugin.
The line should look like this.
'post_status' => array('publish','draft','trash','future')
http://wordpress.org/extend/plugins/filter-pages-by-parent-in-admin/
Thank you for spotting this and alerting me.
I have added this to the trunk version of the plugin, it will be in version 1.4
Regards,
James
You must log in to post.