PluginProbe
Wp-Insert / 1.3.3
Wp-Insert v1.3.3
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / support / support.php

support.php in Wp-Insert 1.3.3, at support/support.php

19 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php function show_support_options() { ?>
2 <table class="form-table">
3 <tr valign="bottom">
4 <th scope="row"><small><span style="color:#FF0000;"><b>Donate a Dollar</b></span><br/><span style="color:#008E04;">Support our FREE Plugins</span><br/>
5 You Might Also Like <a target="_blank" href="http://wordpress.org/extend/plugins/wp-private/">WP-PRIVATE</a></small></th>
6 <td width="100px">
7 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
8 <input type="hidden" name="cmd" value="_s-xclick">
9 <input type="hidden" name="hosted_button_id" value="7834514">
10 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
11 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
12 </form>
13 </td>
14 <td>
15 <b>Think we have done a great job?</b><br/><a target="_blank" href="http://wordpress.org/extend/plugins/wp-insert/">Rate the plugin</a> or <a target="_blank" href="http://www.smartlogix.co.in/">Leave Us a Comment</a><br/>
16 <b>List your BLOG for FREE in our </b><a target="_blank" href="http://www.getadvertisementshere.com">Directory</a></td>
17 </tr>
18 </table>
19 <?php } ?>