PluginProbe
Tracking Code Manager / 1.5
Tracking Code Manager v1.5
2.8.0 2.7.0 trunk 1.11.8 1.11.9 1.12.0 1.12.1 1.12.2 1.12.3 1.4 1.5 2.0.0 2.0.1 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.2.0 All 29 releases
← All changes | includes/admin/about.php +3 -11 1.41.5 View file →
@@ -1,13 +1,5 @@
1 1 <?php
2 -function tcm_ui_rate_us() {
3 - $rate_text = sprintf(__('Thank you for using <a href="%1$s" target="_blank">Easy Digital Downloads</a>! Please <a href="%2$s" target="_blank">rate us</a> on <a href="%2$s" target="_blank">WordPress.org</a>', 'edd'),
4 - 'https://easydigitaldownloads.com',
5 - 'https://wordpress.org/support/view/plugin-reviews/easy-digital-downloads?rate=5#postform'
6 - );
7 - return $rate_text;
8 -}
9 -
10 2 function tcm_ui_about() {
11 3 global $tcm;
12 4
13 5 $tcm->Options->pushSuccessMessage($tcm->Lang->L('AboutNotice'));
@@ -22,17 +14,17 @@
22 14 </style>
23 15 <ul>
24 16 <li>
25 17 <img style="float:left; margin-right:10px;" src="<?php echo TCM_PLUGIN_IMAGES?>email.png" />
26 - <a href="mailto:aleste@intellywp.com">Email aleste@intellywp.com</a>
18 + <a href="mailto:aleste@intellywp.com">aleste@intellywp.com</a>
27 19 </li>
28 20 <li>
29 21 <img style="float:left; margin-right:10px;" src="<?php echo TCM_PLUGIN_IMAGES?>twitter.png" />
30 - <a href="https://twitter.com/intellywp" target="_new">Twitter @intellywp</a>
22 + <?php $tcm->Utils->twitter('intellywp')?>
31 23 </li>
32 24 <li>
33 25 <img style="float:left; margin-right:10px;" src="<?php echo TCM_PLUGIN_IMAGES?>internet.png" />
34 - <a href="http://www.intellywp.com" target="_new">Website intellywp.com</a>
26 + <a href="http://www.intellywp.com" target="_new">IntellyWP.com</a>
35 27 </li>
36 28 </ul>
37 29 <?php
38 30 }