Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Fix protocol issue for wp-admin side
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Perfilov committed Oct 15, 2014
1 parent 91a3cc8 commit bc1ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define('CPVG_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . CPVG_PLUGIN_NAME);

if (!defined('CPVG_PLUGIN_URL'))
define('CPVG_PLUGIN_URL', WP_PLUGIN_URL . '/' . CPVG_PLUGIN_NAME . '/');
define('CPVG_PLUGIN_URL', plugins_url('/'.CPVG_PLUGIN_NAME.'/'));

if (!defined('CPVG_POST_TEMPLATE_DIR'))
define('CPVG_POST_TEMPLATE_DIR', CPVG_PLUGIN_DIR . '/templates/post');
Expand Down

0 comments on commit bc1ef70

Please sign in to comment.