Make WordPress Core


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.