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 94bf4ff commit 1f5a385Copy full SHA for 1f5a385
wp-tevko-responsive-images.php
@@ -64,7 +64,7 @@ function tevkori_responsive_shortcode( $atts ) {
64
</span>';
65
}
66
// TODO: It this the best name? responsive_img? picture?
67
-add_shortcode( 'responsive', 'responsive_shortcode' );
+add_shortcode( 'responsive', 'tevkori_responsive_shortcode' );
68
69
// Alter Media Uploader output to output shortcode instead
70
// TODO: Make optional?
0 commit comments