Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119528

joenova on "[Plugin: More Privacy Options] Does this work with with wp 3.4.2?"

$
0
0

Not sure if this is how to "properly" fix it or not, but I got it working this way.

In "ds_wp3_private_blog.php" look for the line:

add_filter( 'login_url', 'ds_my_login_page_redirect' );

and on the next line I put:

$current_blog->public = get_option('blog_public');

Again, not sure if placement or this code is how it should be done but it's how I hacked it to get it working.


Viewing all articles
Browse latest Browse all 119528

Trending Articles