Make WordPress Core


Ignore:
Timestamp:
11/21/2008 11:31:59 PM (16 years ago)
Author:
azaozz
Message:

PressThis fixes for window resizing and Chrome bugs from Noel, see #7949

File:
1 edited

Legend:

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

    r9831 r9838  
    13801380            g=f+'?u='+e(l.href)+'&t='+e(d.title)+'&s='+e(s)+'&v=2';
    13811381            function a(){
    1382                 if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=700,height=500')){
     1382                if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=720,height=570')){
    13831383                    l.href=g;
    13841384                }
Note: See TracChangeset for help on using the changeset viewer.