PluginProbe
Insert Html Snippet / trunk
Insert Html Snippet vtrunk
1.4.6 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4 1.4.1 1.4.2 1.4.3 All 27 releases
← All changes | admin/admin-notices.php +5 -6 1.2.4trunk View file →
@@ -40,20 +40,20 @@
40 40 </script>
41 41 <div id="xyz_ihs_notice_td" class="error" style="color: #666666;margin-left: 2px; padding: 5px;line-height:16px;">
42 42 <p>Thank you for using <a href="https://wordpress.org/plugins/insert-html-snippet/" target="_blank">Insert HTML Snippet</a> plugin from <a href="https://xyzscripts.com/" target="_blank">xyzscripts.com</a>. Would you consider supporting us with the continued development of the plugin using any of the below methods?</p>
43 43 <p>
44 - <a href="https://wordpress.org/support/plugin/insert-html-snippet/reviews/" class="button xyz_rate_btn" target="_blank">Rate it 5★\'s on wordpress</a>';
44 + <a href="https://wordpress.org/support/plugin/insert-html-snippet/reviews/" class="button xyz_ihs_rate_btn" target="_blank">Rate it 5★\'s on wordpress</a>';
45 45
46 46 if(get_option('xyz_credit_link')=="0")
47 - echo '<a href="'.$xyz_ihs_link.'" class="button xyz_backlink_btn xyz_blink">Enable Backlink</a>';
47 + echo '<a href="'.$xyz_ihs_link.'" class="button xyz_ihs_backlink_btn xyz_blink">Enable Backlink</a>';
48 48
49 - echo '<a class="button xyz_share_btn" onclick=xyz_ihs_share_snippet();>Share on</a>
49 + echo '<a class="button xyz_ihs_share_btn" onclick=xyz_ihs_share_snippet();>Share on</a>
50 50
51 - <a href="https://xyzscripts.com/donate/5" class="button xyz_donate_btn" target="_blank">Donate</a>
51 + <a href="https://xyzscripts.com/donate/5" class="button xyz_ihs_donate_btn" target="_blank">Donate</a>
52 52
53 53
54 54
55 - <a href="'.$xyz_ihs_notice.'" class="button xyz_show_btn">Don\'t Show This Again</a>
55 + <a href="'.$xyz_ihs_notice.'" class="button xyz_ihs_show_btn">Don\'t Show This Again</a>
56 56 </p>
57 57
58 58 <div id="show_share_icons_ihs" style="display: none;">
59 59 <a class="button" style="background-color:#3b5998;color:white;margin-right:4px;margin-left:100px;margin-top: 25px;" href="https://www.facebook.com/sharer/sharer.php?u=https://wordpress.org/plugins/insert-html-snippet/&text='.$sharelink_text_ihs.'" target="_blank">Facebook</a>
@@ -58,9 +58,8 @@
58 58 <div id="show_share_icons_ihs" style="display: none;">
59 59 <a class="button" style="background-color:#3b5998;color:white;margin-right:4px;margin-left:100px;margin-top: 25px;" href="https://www.facebook.com/sharer/sharer.php?u=https://wordpress.org/plugins/insert-html-snippet/&text='.$sharelink_text_ihs.'" target="_blank">Facebook</a>
60 60 <a class="button" style="background-color:#00aced;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="https://twitter.com/share?url=https://wordpress.org/plugins/insert-html-snippet/&text='.$sharelink_text_ihs.'" target="_blank">Twitter</a>
61 61 <a class="button" style="background-color:#007bb6;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="https://www.linkedin.com/shareArticle?mini=true&url=https://wordpress.org/plugins/insert-html-snippet/" target="_blank">LinkedIn</a>
62 - <a class="button" style="background-color:#dd4b39;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="https://plus.google.com/share?&hl=en&url=https://wordpress.org/plugins/insert-html-snippet/" target="_blank">google+</a>
63 62 </div>
64 63 </div>';
65 64
66 65 }