hy - in my special case i NEED to find password protected pages (which isn`t supported in the newest version) what can i do to solve this problem?
hy - in my special case i NEED to find password protected pages (which isn`t supported in the newest version) what can i do to solve this problem?
ok - after checking the specefic lines in the older versio i changed line 154:
$where = str_replace('post_type = \'post\' AND ', 'post_password = \'\' AND ', $where);
to
$where = str_replace('post_type = \'post\' AND ', '', $where);
I took this out because it was becoming a risk for some and is understandable. I'll look into making this an option in the next release. If you want to make the change yourself (an option) just send it my way.
Thanks.
I added your option in 4.0, released yesterday.
This topic has been closed to new replies.