Plugin Directory

Changeset 427881


Ignore:
Timestamp:
08/23/2011 10:13:33 PM (15 years ago)
Author:
briteweb
Message:

1.3.1 (tag) commit

Location:
bw-less-css/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • bw-less-css/trunk/bw_less_css.php

    r427725 r427881  
    33Plugin Name: #BW LESS-CSS
    44Plugin URI: http://support.briteweb.com/plugins/bw-less-css/
    5 Version: 1.3
     5Version: 1.3.1
    66Description: Helper plugin to compile and include LESS CSS files.
    77Author: #BRITEWEB
     
    7777}
    7878
     79function bw_lesscss_admin_css() {
     80    wp_enqueue_style( 'bw_admin_css', plugins_url( 'bw_admin.css', __FILE__ ) );
     81}
     82add_action( 'admin_print_styles', 'bw_lesscss_admin_css' );
     83
    7984function bw_lesscss_admin() {
     85
     86   
    8087
    8188    $fields = get_option( BW_LESSCSS_SETTINGS_OPTION );
  • bw-less-css/trunk/readme.txt

    r427725 r427881  
    4747== Changelog ==
    4848
     49= 1.3.1 =
     50*  Bug fix
     51
    4952= 1.3 =
    5053*  Added option to specify custom media strings for stylesheets
Note: See TracChangeset for help on using the changeset viewer.