Edit File by line
/home/barbar84/www/wp-conte.../plugins/wp-file-.../inc
File: contribute.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
[0] Fix | Delete
<div class="wrap">
[1] Fix | Delete
<h2><?php _e('WP File Manager Contribution', 'wp-file-manager')?></h2>
[2] Fix | Delete
<?php /* Donation Form */ ?>
[3] Fix | Delete
<div id="submitdiv" class="postbox" style="padding: 6px; margin-top:20px; border-left: 5px solid #0073aa;">
[4] Fix | Delete
<form name="_xclick" action="https://www.paypal.com/yt/cgi-bin/webscr" method="post">
[5] Fix | Delete
<input type="hidden" name="cmd" value="_xclick">
[6] Fix | Delete
<input type="hidden" name="business" value="mandeep.singh@mysenseinc.com">
[7] Fix | Delete
<input type="hidden" name="item_name" value="WP File Manager - Donation">
[8] Fix | Delete
<input type="hidden" name="currency_code" value="USD">
[9] Fix | Delete
<table style="text-align:center">
[10] Fix | Delete
<tbody>
[11] Fix | Delete
<tr>
[12] Fix | Delete
<th scope="row"><label for="default_email_category"><code>$</code></label></th>
[13] Fix | Delete
<td>
[14] Fix | Delete
<input type="text" name="amount" value="" required="required" placeholder="Enter amount" class="regular-text ltr">
[15] Fix | Delete
</td>
[16] Fix | Delete
<td>
[17] Fix | Delete
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make Donations with Paypal">
[18] Fix | Delete
</td>
[19] Fix | Delete
</tr>
[20] Fix | Delete
</tbody></table>
[21] Fix | Delete
<?php _e(apply_filters('the_content','<p class="description"><strong style="color:#006600">Please contribute some donation, to make plugin more stable. You can pay amount of your choice. :) ,Your contribution will help us to make WP File Manager Plugin more stable and more functional.</strong></p>'), 'wp-file-manager')?>
[22] Fix | Delete
</form>
[23] Fix | Delete
</div>
[24] Fix | Delete
<?php /* End Donation Form */ ?>
[25] Fix | Delete
</div>
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function