Skip to content

Commit ae82c73

Browse files
committed
typo, derp
1 parent cb2fe90 commit ae82c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/template-global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function carelib_add_the_content_filters( $hook ) {
221221
add_filter( $hook, 'shortcode_unautop', 18 );
222222
add_filter( $hook, 'prepend_attachment', 20 );
223223
if ( function_exists( 'wp_filter_content_tags' ) ) {
224-
add_filter( $hook, 'wp_filter_contnt_tags', 22 );
224+
add_filter( $hook, 'wp_filter_content_tags', 22 );
225225
} else {
226226
add_filter( $hook, 'wp_make_content_images_responsive', 22 );
227227
}

0 commit comments

Comments
 (0)