Changeset 1599 for trunk/wp-includes/links-update-xml.php
- Timestamp:
- 09/05/2004 12:24:28 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/links-update-xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/links-update-xml.php
r1355 r1599 59 59 // is it old? 60 60 $modtime = filemtime($file); 61 if ((time() - $modtime) > ( get_settings('weblogs_cacheminutes')* 60)) {61 if ((time() - $modtime) > (1.5 * 60)) { 62 62 $update = true; 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.