Changeset 1250048
- Timestamp:
- 09/21/2015 06:51:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
profile-picture/tags/1.0/profile-picture.php
r1249951 r1250048 20 20 } 21 21 if (!defined('PP_PLUGIN_URL') ){ 22 define('PP_PLUGIN_URL', WP_CONTENT_URL. '/plugins/ user-profile-picture');22 define('PP_PLUGIN_URL', WP_CONTENT_URL. '/plugins/profile-picture'); 23 23 } 24 24 if (!defined('PP_PLUGIN_DIR') ){ 25 define('PP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins/ user-profile-picture');25 define('PP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins/profile-picture'); 26 26 } 27 27 if (!defined('DS') ){
Note: See TracChangeset
for help on using the changeset viewer.