Changeset 1912562
- Timestamp:
- 07/20/2018 11:30:21 PM (8 years ago)
- File:
-
- 1 edited
-
tcard-wp/trunk/tcard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tcard-wp/trunk/tcard.php
r1912560 r1912562 2 2 3 3 /** 4 * Plugin Name: Tcard 4 * Plugin Name: Tcard WP 5 5 * Plugin URI: https://www.addudev.com/tcard 6 6 * Description: Tcard plugin create multiple type of cards: profile, contact, address, login, register etc. … … 57 57 $this->define('TCARD_VERSION', $this->version); 58 58 $this->define('TCARD_PATH', plugin_dir_path( __FILE__ )); 59 $this->define('TCARD_BASE_URL', trailingslashit(plugins_url('tcard ')));59 $this->define('TCARD_BASE_URL', trailingslashit(plugins_url('tcard-wp'))); 60 60 $this->define('TCARD_ASSETS_URL', trailingslashit(TCARD_BASE_URL . 'assets')); 61 61 $this->define('TCARD_ADMIN_URL', trailingslashit(TCARD_PATH . 'admin'));
Note: See TracChangeset
for help on using the changeset viewer.