Skip to content

Commit

Permalink
Merge pull request #38 from Matsue/fix-dir-path
Browse files Browse the repository at this point in the history
Fix WP_SOCIAL_BOOKMARKING_LIGHT_DIR for docker based PaaS
  • Loading branch information
utahta authored Jan 5, 2017
2 parents ea9894a + fa2439b commit a9d7098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-social-bookmarking-light.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

// settings
define( "WP_SOCIAL_BOOKMARKING_LIGHT_DIR", WP_PLUGIN_DIR."/wp-social-bookmarking-light" );
define( "WP_SOCIAL_BOOKMARKING_LIGHT_DIR", dirname( __FILE__ ) );
define( "WP_SOCIAL_BOOKMARKING_LIGHT_URL", WP_PLUGIN_URL."/wp-social-bookmarking-light" );
define( "WP_SOCIAL_BOOKMARKING_LIGHT_IMAGES_URL", WP_SOCIAL_BOOKMARKING_LIGHT_URL."/images" );
define( "WP_SOCIAL_BOOKMARKING_LIGHT_DOMAIN", "wp-social-bookmarking-light" );
Expand Down

0 comments on commit a9d7098

Please sign in to comment.