Plugin Directory

Changeset 1242740


Ignore:
Timestamp:
09/10/2015 07:32:47 PM (11 years ago)
Author:
yourmarketingguy
Message:

Fixed DIR bug

Location:
yourmarketingguy
Files:
23 added
1 edited
75 copied

Legend:

Unmodified
Added
Removed
  • yourmarketingguy/tags/1.0.1/index.php

    r1242704 r1242740  
    6060    if( !defined( "YMG_PATH" ) )
    6161    {
    62         define( "YMG_PATH", __DIR__, TRUE );
     62        define( "YMG_PATH", dirname( __FILE__ ), TRUE );
    6363    }
    6464   
  • yourmarketingguy/tags/1.0.1/model/index.php

    r1242704 r1242740  
    6060    if( !defined( "YMG_PATH" ) )
    6161    {
    62         define( "YMG_PATH", __DIR__, TRUE );
     62        define( "YMG_PATH", dirname( __FILE__ ), TRUE );
    6363    }
    6464   
  • yourmarketingguy/trunk/index.php

    r1242704 r1242740  
    66 * Description: YourMarketingGuy will provide you with all essential tips to make your blog or websites visible and successful - understandable and easy!
    77 * Plugin URI:  https://yourguy.marketing/
    8  * Version: 1.0
     8 * Version: 1.0.1
    99 * Author: YourMarketingGuy
    1010 * Author URI: https://yourguy.marketing/
     
    6060    if( !defined( "YMG_PATH" ) )
    6161    {
    62         define( "YMG_PATH", __DIR__, TRUE );
     62        define( "YMG_PATH", dirname( __FILE__ ), TRUE );
    6363    }
    6464   
  • yourmarketingguy/trunk/model/index.php

    r1242704 r1242740  
    6060    if( !defined( "YMG_PATH" ) )
    6161    {
    62         define( "YMG_PATH", __DIR__, TRUE );
     62        define( "YMG_PATH", dirname( __FILE__ ), TRUE );
    6363    }
    6464   
Note: See TracChangeset for help on using the changeset viewer.