Changeset 1405672
- Timestamp:
- 04/27/2016 03:01:18 PM (10 years ago)
- File:
-
- 1 edited
-
css-autoloader/trunk/css-autoloader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
css-autoloader/trunk/css-autoloader.php
r1309206 r1405672 4 4 Plugin URI: http://smartware.cc/free-wordpress-plugins/css-autoloader/ 5 5 Description: This Plugin allows you to load additional CSS files without the need to change files in the Theme directory. To load additional CSS files just put them into a directory named cssautoload. 6 Version: 1. 16 Version: 1.2 beta 7 7 Author: smartware.cc, Peter's Plugins 8 8 Author URI: http://smartware.cc … … 41 41 $this->plugin_name = 'CSS AutoLoader'; 42 42 $this->plugin_slug = 'css-autoloader'; 43 $this->version = '1. 1';43 $this->version = '1.2 beta'; 44 44 // allowed media types 45 45 $this->media = array( '' => 'all', '/all' => 'all', '/braille' => 'braille', '/embossed' => 'embossed', '/handheld' => 'handheld', '/print' => 'print', '/projection' => 'projection', '/screen' => 'screen', '/speech' => 'speech', '/tty' => 'tty', '/tv' => 'tv' );
Note: See TracChangeset
for help on using the changeset viewer.