Fix WordPay image trailing slash

This commit is contained in:
Brian Miyaji
2017-10-21 22:42:38 +11:00
parent e38b1f9bca
commit 90140ce802

View File

@@ -78,7 +78,7 @@ class SP_Settings_Modules extends SP_Settings_Page {
<table class="widefat" cellspacing="0"> <table class="widefat" cellspacing="0">
<thead> <thead>
<tr><th> <tr><th>
<a href="https://wordpay.org/sportspress/" target="_blank"><img src="<?php echo plugin_dir_url( SP_PLUGIN_FILE ); ?>/assets/images/modules/wordpay.png" alt="<?php _e( 'WordPay', 'sportspress' ); ?>" width="150"></a> <a href="https://wordpay.org/sportspress/" target="_blank"><img src="<?php echo plugin_dir_url( SP_PLUGIN_FILE ); ?>assets/images/modules/wordpay.png" alt="<?php _e( 'WordPay', 'sportspress' ); ?>" width="150"></a>
</th></tr> </th></tr>
</thead> </thead>
<tbody> <tbody>