Changeset 1286869
- Timestamp:
- 11/16/2015 03:51:07 AM (10 years ago)
- File:
-
- 1 edited
-
gp-back-to-top/trunk/gp-back-to-top.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gp-back-to-top/trunk/gp-back-to-top.php
r1284178 r1286869 52 52 wp_enqueue_style( 'gp_bttb_admin_style', plugins_url( '/css/style.css', __FILE__ ), array(), self::VERSION ); 53 53 54 $file_ad = filesize( dirname(__FILE__) . '\css\/'.$this->ad_file.'.css' ); 54 $ad_file_p = dirname(__FILE__) . '/css/'.$this->ad_file.'.css'; 55 $file_ad = filesize( $ad_file_p ); 55 56 if ( $file_ad > 0 ) { 56 57 wp_enqueue_style( 'style-modified', plugins_url( '/css/'.$this->ad_file.'.css', __FILE__ ), array(), self::VERSION );
Note: See TracChangeset
for help on using the changeset viewer.