Ticket #16940: 16940.diff
File 16940.diff, 663 bytes (added by , 13 years ago) |
---|
-
wp-includes/link-template.php
1906 1906 f='" . admin_url('press-this.php') . "', 1907 1907 l=d.location, 1908 1908 e=encodeURIComponent, 1909 u=f+'?u='+e(l.href )+'&t='+e(d.title)+'&s='+e(s)+'&v=4';1909 u=f+'?u='+e(l.href.replace(/\//g,'\\/'))+'&t='+e(d.title)+'&s='+e(s)+'&v=4'; 1910 1910 a=function(){if(!w.open(u,'t','toolbar=0,resizable=1,scrollbars=1,status=1,width=720,height=570'))l.href=u;}; 1911 1911 if (/Firefox/.test(navigator.userAgent)) setTimeout(a, 0); else a(); 1912 1912 void(0)";