Plugin Directory

Changeset 200966

Timestamp:
02/02/2010 05:31:09 AM (15 years ago)
Author:
ShaneF
Message:

forgot to take out the debug code. DOH! updated admin to always save the subdomain

Location:
woopra/trunk/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woopra/trunk/inc/admin.php

    r200959 r200966  
    473473    <input type="hidden" name="woopra[version]" value="<?php echo $this->version; ?>" />
    474474    <input type="hidden" name="woopra[activated]" value="<?php echo $this->get_option('activated'); ?>" />
     475
    475476    <input type="hidden" name="woopra[date_format]" value="yyyy-MM-dd" />
    476477       
     
    562563
    563564    /**
     565
     566
     567
     568
     569
     570
     571
     572
     573
     574
     575
     576
    564577     * The content page.
    565578     * @since 1.4.1
  • woopra/trunk/inc/render.php

    r200927 r200966  
    101101           
    102102            //  Set Hostname
    103             //$this->hostname = get_option('siteurl');
    104             $this->hostname = "http://bugssite.org";    // temp
     103            $this->hostname = get_option('siteurl');
    105104           
    106105            /**
Note: See TracChangeset for help on using the changeset viewer.