Changeset 2956442
- Timestamp:
- 08/21/2023 09:59:06 PM (3 years ago)
- Location:
- upload-media-by-url/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
uploadmediabyurl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
upload-media-by-url/trunk/readme.txt
r2955540 r2956442 39 39 A: The location of the button is on the Media Library screen. 40 40 41 Q: Why are some images not added into the media gallery? 42 A: UMBU uses a WordPress native download function and may not allow or recognize the file is an image file. 43 41 44 == Screenshots == 42 45 1. Upload Media By URL functionality … … 47 50 = 1.0.9 = 48 51 Patched Throw Type Error (admin_footer_text) found by Roy Orbitson 52 Implemented additional CSS updates 53 Re-added nonce check 49 54 50 55 = 1.0.8 = -
upload-media-by-url/trunk/uploadmediabyurl.php
r2955538 r2956442 147 147 148 148 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>'); 150 150 } 151 151
Note: See TracChangeset
for help on using the changeset viewer.