Skip to content

Commit

Permalink
typo, derp
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzyrod committed Aug 12, 2020
1 parent cb2fe90 commit ae82c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/template-global.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function carelib_add_the_content_filters( $hook ) {
add_filter( $hook, 'shortcode_unautop', 18 );
add_filter( $hook, 'prepend_attachment', 20 );
if ( function_exists( 'wp_filter_content_tags' ) ) {
add_filter( $hook, 'wp_filter_contnt_tags', 22 );
add_filter( $hook, 'wp_filter_content_tags', 22 );
} else {
add_filter( $hook, 'wp_make_content_images_responsive', 22 );
}
Expand Down

0 comments on commit ae82c73

Please sign in to comment.