| @@ -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 | } |