We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2fe90 commit ae82c73Copy full SHA for ae82c73
includes/template-global.php
@@ -221,7 +221,7 @@ function carelib_add_the_content_filters( $hook ) {
221
add_filter( $hook, 'shortcode_unautop', 18 );
222
add_filter( $hook, 'prepend_attachment', 20 );
223
if ( function_exists( 'wp_filter_content_tags' ) ) {
224
- add_filter( $hook, 'wp_filter_contnt_tags', 22 );
+ add_filter( $hook, 'wp_filter_content_tags', 22 );
225
} else {
226
add_filter( $hook, 'wp_make_content_images_responsive', 22 );
227
}
0 commit comments