Plugin Directory

Changeset 1508758


Ignore:
Timestamp:
10/05/2016 01:46:56 PM (9 years ago)
Author:
hideoguchi
Message:

bugfixed url escape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bluff-post/trunk/views/send/send-start.php

    r1508698 r1508758  
    5858
    5959        if (isFinish) {
    60             $jq(location).attr('href', '<?php echo esc_url( admin_url( 'admin.php?page=blfpst-send-mail-histories&admin_action=info&send_mail_id=' . $send_mail_id ) ) ?>');
     60            $jq(location).attr('href', '<?php echo admin_url( 'admin.php?page=blfpst-send-mail-histories&admin_action=info&send_mail_id=' . $send_mail_id ) ?>');
    6161        } else {
    6262            $progress_bar.addClass("active");
Note: See TracChangeset for help on using the changeset viewer.