Make WordPress Core


Ignore:
Timestamp:
10/23/2009 04:32:56 AM (16 years ago)
Author:
azaozz
Message:

PressThis fixes from noel, fixes #11011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r12058 r12094  
    17171717            e=encodeURIComponent,
    17181718            u=f+'?u='+e(l.href)+'&t='+e(d.title)+'&s='+e(s)+'&v=4';
    1719             a=function(){if(!w.open(u,'t','toolbar=0,resizable=0,status=1,width=720,height=570'))l.href=u;};
     1719            a=function(){if(!w.open(u,'t','toolbar=0,resizable=1,scrollbars=1,status=1,width=720,height=570'))l.href=u;};
    17201720            if (/Firefox/.test(navigator.userAgent)) setTimeout(a, 0); else a();
    17211721            void(0)";
Note: See TracChangeset for help on using the changeset viewer.