Skip to content

Commit

Permalink
Remove piece of testing code that snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Sep 28, 2023
1 parent 1d64f9a commit aa23795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/class-private-sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function disable_core_feeds() {
* Force the blog_public option to be -1 and disable UI
*/
public function force_blog_public_option() {
add_filter( 'blog_privacy_selector', '__return_true' );
add_filter( 'option_blog_public', array( $this, 'filter_restrict_blog_public' ) );
add_action( 'admin_enqueue_scripts', array( $this, 'disable_blog_public_ui' ) );
}
Expand Down

0 comments on commit aa23795

Please sign in to comment.