Make WordPress Core

Changeset 1917


Ignore:
Timestamp:
12/08/2004 12:23:02 AM (20 years ago)
Author:
rboren
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.