Changeset 9961
- Timestamp:
- 11/29/2008 04:28:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r9910 r9961 267 267 skip = false; 268 268 269 maybeappend = '<a href="?ajax=photo_thickbox&i=' + encodeURI (img.src) + '&u=<?php echo urlencode($url); ?>&height=400&width=500" title="" class="thickbox"><img src="' + img.src + '" ' + img_attr + '/></a>';269 maybeappend = '<a href="?ajax=photo_thickbox&i=' + encodeURIComponent(img.src) + '&u=<?php echo urlencode($url); ?>&height=400&width=500" title="" class="thickbox"><img src="' + img.src + '" ' + img_attr + '/></a>'; 270 270 271 271 if (img.width && img.height) {
Note: See TracChangeset
for help on using the changeset viewer.