Changeset 427881
- Timestamp:
- 08/23/2011 10:13:33 PM (15 years ago)
- Location:
- bw-less-css/trunk
- Files:
-
- 2 added
- 3 edited
-
bw_admin.css (added)
-
bw_less_css.php (modified) (2 diffs)
-
images/arrows-light.png (added)
-
images/bw-menu-icon.png (modified) (previous)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bw-less-css/trunk/bw_less_css.php
r427725 r427881 3 3 Plugin Name: #BW LESS-CSS 4 4 Plugin URI: http://support.briteweb.com/plugins/bw-less-css/ 5 Version: 1.3 5 Version: 1.3.1 6 6 Description: Helper plugin to compile and include LESS CSS files. 7 7 Author: #BRITEWEB … … 77 77 } 78 78 79 function bw_lesscss_admin_css() { 80 wp_enqueue_style( 'bw_admin_css', plugins_url( 'bw_admin.css', __FILE__ ) ); 81 } 82 add_action( 'admin_print_styles', 'bw_lesscss_admin_css' ); 83 79 84 function bw_lesscss_admin() { 85 86 80 87 81 88 $fields = get_option( BW_LESSCSS_SETTINGS_OPTION ); -
bw-less-css/trunk/readme.txt
r427725 r427881 47 47 == Changelog == 48 48 49 = 1.3.1 = 50 * Bug fix 51 49 52 = 1.3 = 50 53 * Added option to specify custom media strings for stylesheets
Note: See TracChangeset
for help on using the changeset viewer.