Plugin Directory

Changeset 507738


Ignore:
Timestamp:
02/20/2012 03:34:32 PM (14 years ago)
Author:
tpk
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-coderwall-badges/trunk/cw_badges.php

    r507722 r507738  
    2929    $cwb_css_url = plugins_url('css/style.css', __FILE__);
    3030    $cwb_css_file = WP_PLUGIN_DIR . '/coderwall-badges/css/style.css';
    31      if ( file_exists($cwb_css_file) ) {
    32             wp_register_style('cwb-css', $cwb_css_url);
    33             wp_enqueue_style('cwb-css', $cwb_css_file, false, false, 'all');
    34      }
     31   
     32    wp_register_style('cwb-css', $cwb_css_url);
     33    wp_enqueue_style('cwb-css', $cwb_css_file, false, false, 'all');
    3534}
    3635
Note: See TracChangeset for help on using the changeset viewer.