Skip to content

Commit 1f5a385

Browse files
committed
Missed one function prefix...
1 parent 94bf4ff commit 1f5a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-tevko-responsive-images.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function tevkori_responsive_shortcode( $atts ) {
6464
</span>';
6565
}
6666
// TODO: It this the best name? responsive_img? picture?
67-
add_shortcode( 'responsive', 'responsive_shortcode' );
67+
add_shortcode( 'responsive', 'tevkori_responsive_shortcode' );
6868

6969
// Alter Media Uploader output to output shortcode instead
7070
// TODO: Make optional?

0 commit comments

Comments
 (0)