Skip to content

Commit 1a4a0c6

Browse files
committed
Bypass multisite checks.
1 parent d2579be commit 1a4a0c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mu-plugins/jquery-filters.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ function jquery_unfiltered_html_for_term_descriptions() {
5656
if ( ! current_user_can( 'unfiltered_html' ) )
5757
add_filter( 'pre_term_description', 'wp_filter_post_kses' );
5858
}
59+
60+
// Bypass multisite checks.
61+
add_filter( 'ms_site_check', '__return_true' );

0 commit comments

Comments
 (0)