Changeset 10626
- Timestamp:
- 02/22/2009 10:09:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10619 r10626 1478 1478 'Pragma' => 'no-cache', 1479 1479 ); 1480 return apply_filters('nocache_headers', $headers); 1480 1481 if ( function_exists('apply_filters') ) { 1482 $headers = apply_filters('nocache_headers', $headers); 1483 } 1484 return $headers; 1481 1485 } 1482 1486
Note: See TracChangeset
for help on using the changeset viewer.