Changeset 541457
- Timestamp:
- 05/08/2012 02:54:39 PM (14 years ago)
- File:
-
- 1 edited
-
google-mp3-audio-player/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-mp3-audio-player/trunk/index.php
r541431 r541457 31 31 32 32 define('CA_PLUGIN_NAME', 'codeart-google-mp3-player'); 33 define('CA_PLUGIN_PATH', ABSPATH . 'wp-content/plugins/' . CA_PLUGIN_NAME); 33 define( 'CA_PLUGIN_PATH', plugin_dir_path(__FILE__) ); 34 // define('CA_PLUGIN_PATH', ABSPATH . 'wp-content/plugins/' . CA_PLUGIN_NAME); 34 35 define('CA_PLUGIN_TITLE', 'CodeArt - Google MP3 Audio Plyer'); 35 36 define('CA_PLUGIN_ADMIN_PAGE', 'ca-admin-page.php'); … … 121 122 @require_once(CA_PLUGIN_ADMIN_PAGE); 122 123 } else { 123 echo CA_PLUGIN_TITLE ;124 echo CA_PLUGIN_TITLE . ' ' . CA_PLUGIN_PATH; 124 125 } 125 126 }
Note: See TracChangeset
for help on using the changeset viewer.