Changeset 17993
- Timestamp:
- 05/22/2011 11:19:12 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r17709 r17993 226 226 else 227 227 $src = 'http://'.str_replace('//','/', $host['host'].'/'.dirname($host['path']).'/'.$src); 228 $sources[] = esc_ attr($src);228 $sources[] = esc_url($src); 229 229 } 230 230 return "'" . implode("','", $sources) . "'";
Note: See TracChangeset
for help on using the changeset viewer.