Changeset 18017 for branches/3.1/wp-admin/press-this.php
- Timestamp:
- 05/24/2011 03:51:20 PM (14 years ago)
- Location:
- branches/3.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1
-
branches/3.1/wp-admin/press-this.php
r17710 r18017 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.