PluginProbe
Image Hotspot – Map Image Annotation / 3.4
Image Hotspot – Map Image Annotation v3.4
3.8 3.7 3.6 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 All 30 releases
← All changes | functions.php +3 -2 2.93.4 View file →
@@ -17,9 +17,10 @@
17 17 wp_enqueue_style('ima-google-font', plugins_url('assets/css/google-font.css', __FILE__));
18 18 wp_enqueue_style('imh-6310-style', plugins_url('assets/css/style.css', __FILE__));
19 19 wp_enqueue_style('imh-6310-color-style', plugins_url('assets/css/jquery.minicolors.css', __FILE__));
20 20 wp_enqueue_style('imh-6310-font-select-style', plugins_url('assets/css/fontselect.css', __FILE__));
21 - wp_enqueue_style('imh-font-awesome-all', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
21 + wp_enqueue_style('imh-font-awesome-new', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
22 + wp_enqueue_style('imh-font-awesome-old', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/v4-shims.min.css');
22 23 wp_enqueue_style('imh-6310-codemirror-style', plugins_url('assets/css/codemirror.min.css', __FILE__));
23 24 wp_enqueue_style('imh-6310-color-style', plugins_url('assets/css/jquery.minicolors.min.css', __FILE__));
24 25 wp_enqueue_style('imh-6310-jquery-ui-css', plugins_url('assets/css/jquery-ui.min.css', __FILE__));
25 26
@@ -1929,9 +1930,9 @@
1929 1930 $anchorEnd = $anchorStart ? '</a>' : '';
1930 1931 echo "
1931 1932 <div class='imh-6310-hover-content imh-6310-hover-content-{$ids}-{$counter}'>
1932 1933 {$anchorStart}
1933 - <div class='imh-6310-template-01-hover-content'>".esc_attr($js->linkText)."</div>
1934 + <div class='imh-6310-template-01-hover-content'>".esc_attr(str_replace("@@##!!@@", "'", $js->linkText))."</div>
1934 1935 {$anchorEnd}
1935 1936 </div>
1936 1937 ";
1937 1938 $customCSS .= "