~clint-fewbar/charms/oneiric/omgubuntu-wp/trunk

« back to all changes in this revision

Viewing changes to files/wordpress/wp-content/plugins/w3-total-cache/inc/mime/cssjs.php

  • Committer: Marco Ceppi
  • Date: 2012-03-19 14:27:51 UTC
  • Revision ID: marco@ceppi.net-20120319142751-xvn4zfl0rq99r00p
First revision of OMG charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * CSS and JS mime types
 
5
 */
 
6
return array(
 
7
    'css' => 'text/css', 
 
8
    'js' => 'application/x-javascript',
 
9
    'htc' => 'text/x-component'
 
10
);