Changeset 773:64aaeb2b6ef5 for plugins/pages/page.php
- Timestamp:
- 11/29/11 08:29:50 (14 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          plugins/pages/page.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/pages/page.phpr559 r773 392 392 if ($post_id) { 393 393 $preview_url = 394 $core-> blog->url.$core->url->getBase('pagespreview').'/'.394 $core->url->getURLFor('pagespreview', 395 395 $core->auth->userID().'/'. 396 396 http::browserUID(DC_MASTER_KEY.$core->auth->userID().$core->auth->getInfo('user_pwd')). 397 '/'.$post->post_url ;397 '/'.$post->post_url); 398 398 echo '<a id="post-preview" href="'.$preview_url.'" class="button">'.__('Preview').'</a>'; 399 399 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      