Plugin Directory

Changeset 558135


Ignore:
Timestamp:
06/14/2012 08:11:15 PM (14 years ago)
Author:
technosis
Message:

trying to get special previewing to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templ33t/branches/01_02_handling_posts/templ33t_object.php

    r558134 r558135  
    639639        //die();
    640640       
    641         $preview = wp_remote_get('/?preview=1&template='.$theme.'&stylesheet='.$theme.'&templ33t_preview='.$tname);
     641        $preview = wp_remote_get(site_url('?preview=1&template='.$theme.'&stylesheet='.$theme.'&templ33t_preview='.$tname));
    642642       
    643643        if(!is_wp_error($preview)) {
Note: See TracChangeset for help on using the changeset viewer.