Plugin Directory

Changeset 1420835


Ignore:
Timestamp:
05/20/2016 09:36:19 AM (10 years ago)
Author:
getcopyfight
Message:

version 1.4.2

Location:
copyfight
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • copyfight/tags/1.4.2/class.copyfight-admin.php

    r1420823 r1420835  
    478478            $error_message = $response->get_error_message();
    479479            echo __( 'A Copyfight error has occurred...', 'copyfight' ) . ' ' . $error_message;
    480             echo ' <a href="javascript:window.location.reload();">' . __( 'Click here to try again...') . '</a>';
     480            echo ' <a href="javascript:window.location.reload();">' . __( 'Click here to try again...' ) . '</a>';
    481481            die();
    482482        } else {
     
    495495        } else {
    496496            echo __( 'A Copyfight error has occurred...', 'copyfight' );
     497            echo ' <a href="javascript:window.location.reload();">' . __( 'Click here to try again...' ) . '</a>';
    497498            die();
    498499        }
  • copyfight/trunk/class.copyfight-admin.php

    r1420823 r1420835  
    478478            $error_message = $response->get_error_message();
    479479            echo __( 'A Copyfight error has occurred...', 'copyfight' ) . ' ' . $error_message;
    480             echo ' <a href="javascript:window.location.reload();">' . __( 'Click here to try again...') . '</a>';
     480            echo ' <a href="javascript:window.location.reload();">' . __( 'Click here to try again...' ) . '</a>';
    481481            die();
    482482        } else {
     
    495495        } else {
    496496            echo __( 'A Copyfight error has occurred...', 'copyfight' );
     497            echo ' <a href="javascript:window.location.reload();">' . __( 'Click here to try again...' ) . '</a>';
    497498            die();
    498499        }
Note: See TracChangeset for help on using the changeset viewer.