Changeset 7046
- Timestamp:
- 04/06/2018 03:09:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r7045 r7046 1228 1228 status_header( 200 ); 1229 1229 header( 'Content-Type: image/svg+xml' ); 1230 header( 'Cache-Control: public, max-age=' . YEAR_IN_SECONDS ); 1231 header( 'Expires: ' . gmdate( 'D, d M Y H:i:s \G\M\T', time() + YEAR_IN_SECONDS ) ); 1232 1230 1233 echo $icon->toSVG(); 1231 1234 die();
Note: See TracChangeset
for help on using the changeset viewer.