bug in auction-shortcode.php
-
Please confirm BUG and FIX
in auction_shortcode.php — wdm-login-to-place-bid (should also fix login-to-buy-now)
BROKEN<!--a class="wdm-login-to-place-bid" href="<?php echo wp_login_url(site_url( $_SERVER['REQUEST_URI'] )); ?>" title="<?php _e('Login', 'wdm-ultimate-au ction');?>"><?php _e('Place Bid', 'wdm-ultimate-auction');?></a-->
FIXED — removed call to function site_url()
<a class="wdm-login-to-place-bid" href="<?php echo wp_ login_url( $_SERVER['REQUEST_URI'] ); ?>" title="<?php _e('Login', 'wdm-ultimate-auction');?>">< ?php _e('Place Bid', 'wdm-ultimate-auction');?></a>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘bug in auction-shortcode.php’ is closed to new replies.