Changeset 1011918
- Timestamp:
- 10/22/2014 06:38:56 AM (11 years ago)
- Location:
- elevio/trunk
- Files:
-
- 2 edited
-
elevio.php (modified) (1 diff)
-
plugin_files/helpers/TrackingCodeInfoHelper.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/elevio.php
r1011917 r1011918 6 6 Author: Elevio 7 7 Author URI: https://elev.io 8 Version: 3.0. 18 Version: 3.0.2 9 9 */ 10 10 -
elevio/trunk/plugin_files/helpers/TrackingCodeInfoHelper.class.php
r989757 r1011918 9 9 if (Elevio::get_instance()->is_installed()) 10 10 { 11 return '<div class="updated installed_ok"><p>You\'ve successfully installed Elevio, nice work (using account id: <strong>' . Elevio::get_instance()->get_account_id() .'</strong> )</p></div>';11 return '<div class="updated installed_ok"><p>You\'ve successfully installed Elevio, nice work (using account id: <strong>' . Elevio::get_instance()->get_account_id() .'</strong> and secret id: <strong>' . Elevio::get_instance()->get_secret_id() .'</strong>)</p></div>'; 12 12 } 13 13
Note: See TracChangeset
for help on using the changeset viewer.