canvas not compatible with wpml
-
i edit canvas plugin for display the right Caption image
from :
$caption = wp_get_attachment_caption( $img );
To :
$caption = wp_get_attachment_caption( apply_filters( 'wpml_object_id', $img , 'attachment', TRUE) );
Is there another way ??
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘canvas not compatible with wpml’ is closed to new replies.