Plugin Directory

Changeset 2956442


Ignore:
Timestamp:
08/21/2023 09:59:06 PM (3 years ago)
Author:
notetoservices
Message:

css changes, restored nonce check

Location:
upload-media-by-url/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • upload-media-by-url/trunk/readme.txt

    r2955540 r2956442  
    3939A: The location of the button is on the Media Library screen.
    4040
     41Q: Why are some images not added into the media gallery?
     42A: UMBU uses a WordPress native download function and may not allow or recognize the file is an image file.
     43
    4144== Screenshots ==
    42451. Upload Media By URL functionality
     
    4750= 1.0.9 =
    4851Patched Throw Type Error (admin_footer_text) found by Roy Orbitson
     52Implemented additional CSS updates
     53Re-added nonce check
    4954
    5055= 1.0.8 =
  • upload-media-by-url/trunk/uploadmediabyurl.php

    r2955538 r2956442  
    147147
    148148
    149     echo __( '<div id="openUMBU" class="modalDialog"><div><a href="" title="Close" class="close">X</a><h2>Upload Media By URL</h2><p><form action="" method="post"><textarea style="width:100%;height:300px;" name="multiurl" required/></textarea><br><small>Separate each URL by a new line</small><p><input type="submit" class="button"> <a href="" class="button">Cancel</a></p>  </form></p></div></div>');
     149    echo __( '<div id="openUMBU" class="modalDialog"><div><a href="" title="Close" class="close">X</a><h2>Upload Media By URL</h2><p><form action="" method="post"><textarea style="width:100%;height:300px;" name="multiurl" required/></textarea><br><small>Separate each URL by a new line</small><p><input type="submit" class="button"> <a href="" class="button">Cancel</a></p><input type="hidden" name="nonce" value="'.umbu_nonce().'"></form></p></div></div>');
    150150}
    151151
Note: See TracChangeset for help on using the changeset viewer.