Make WordPress Core


Ignore:
Timestamp:
09/05/2004 12:24:28 AM (22 years ago)
Author:
saxmatt
Message:

Massive options cleanup and another step of cleaning up the upgrade/install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/links-update-xml.php

    r1355 r1599  
    5959            // is it old?
    6060            $modtime = filemtime($file);
    61             if ((time() - $modtime) > (get_settings('weblogs_cacheminutes') * 60)) {
     61            if ((time() - $modtime) > (1.5 * 60)) {
    6262                $update = true;
    6363            }
Note: See TracChangeset for help on using the changeset viewer.