Plugin Directory

Changeset 1912562


Ignore:
Timestamp:
07/20/2018 11:30:21 PM (8 years ago)
Author:
andru24
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tcard-wp/trunk/tcard.php

    r1912560 r1912562  
    22
    33/**
    4  * Plugin Name:       Tcard
     4 * Plugin Name:       Tcard WP
    55 * Plugin URI:        https://www.addudev.com/tcard
    66 * Description:       Tcard plugin create multiple type of cards: profile, contact, address, login, register etc.
     
    5757            $this->define('TCARD_VERSION',      $this->version);
    5858            $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')));
    6060            $this->define('TCARD_ASSETS_URL',   trailingslashit(TCARD_BASE_URL . 'assets'));
    6161            $this->define('TCARD_ADMIN_URL',    trailingslashit(TCARD_PATH . 'admin'));
Note: See TracChangeset for help on using the changeset viewer.