Plugin Directory

Changeset 1286869


Ignore:
Timestamp:
11/16/2015 03:51:07 AM (10 years ago)
Author:
giangmd93
Message:

update feedback error path file size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gp-back-to-top/trunk/gp-back-to-top.php

    r1284178 r1286869  
    5252        wp_enqueue_style( 'gp_bttb_admin_style', plugins_url( '/css/style.css', __FILE__ ), array(), self::VERSION );
    5353
    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 );
    5556        if ( $file_ad > 0 ) {
    5657            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.