Changeset 1917

Show
Ignore:
Timestamp:
12/08/04 00:23:02 (4 years ago)
Author:
rboren
Message:

Remove call to undefined function clear_smarty_cache(). Bug 424.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/post.php

    r1891 r1917  
    493493        header('Location: '. get_settings('siteurl') .'/wp-admin/edit.php?p='.$p.'&c=1#comments'); 
    494494    } 
    495     clear_smarty_cache(); 
    496495 
    497496    break; 
  • trunk/wp-blog-header.php

    r1910 r1917  
    1515        ((! empty($_SERVER['PATH_INFO'])) && 
    1616        ('/' != $_SERVER['PATH_INFO']) && 
    17         (false === strpos($_SERVER['PATH_INFO'], $_SERVER['SCRIPT_NAME'])) 
     17        (false === strpos($_SERVER['PATH_INFO'], $_SERVER['PHP_SELF'])) 
    1818        )) { 
    1919