Make WordPress Core


Ignore:
Timestamp:
05/24/2003 09:50:22 PM (22 years ago)
Author:
mikelittle
Message:

Removed $pathserver. Now use $siteurl everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2sidebar.php

    r44 r83  
    6161document.SPELLDATA.companyID.value="custom\\http://cafelog.com"
    6262document.SPELLDATA.language.value=1033
    63 document.SPELLDATA.opener.value="<?php echo $pathserver ?>/sproxy.pl"
     63document.SPELLDATA.opener.value="<?php echo $siteurl ?>/sproxy.pl"
    6464document.SPELLDATA.formaction.value="http://www.spellchecker.com/spell/startspelling.asp "
    65 window.open("<?php echo $pathserver ?>/b2spell.php","Spell",
     65window.open("<?php echo $siteurl ?>/b2spell.php","Spell",
    6666"toolbar=no,directories=no,location=yes,resizable=yes,width=620,height=400,top=100,left=100")
    6767}
Note: See TracChangeset for help on using the changeset viewer.