File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ function carelib_add_the_content_filters( $hook ) {
224224 add_filter ( $ hook , 'wp_filter_contnt_tags ' , 22 );
225225 } else {
226226 add_filter ( $ hook , 'wp_make_content_images_responsive ' , 22 );
227+ }
227228 add_filter ( $ hook , 'wp_make_content_images_responsive ' , 22 );
228229 add_filter ( $ hook , 'capital_P_dangit ' , 24 );
229230 add_filter ( $ hook , 'do_shortcode ' , 26 );
@@ -253,6 +254,7 @@ function carelib_remove_the_content_filters( $hook ) {
253254 remove_filter ( $ hook , 'wp_filter_contnt_tags ' , 22 );
254255 } else {
255256 remove_filter ( $ hook , 'wp_make_content_images_responsive ' , 22 );
257+ }
256258 remove_filter ( $ hook , 'wp_make_content_images_responsive ' , 22 );
257259 remove_filter ( $ hook , 'capital_P_dangit ' , 24 );
258260 remove_filter ( $ hook , 'do_shortcode ' , 26 );
You can’t perform that action at this time.
0 commit comments