Skip to content

Commit

Permalink
uri
Browse files Browse the repository at this point in the history
  • Loading branch information
tszdev committed May 15, 2018
1 parent 3f45fb4 commit 5ac6138
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions click-to-call.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Plugin Name: Click to Call
Plugin URI: http://tsz-dev.com
Plugin URI: https://github.com/tsz1412/click-to-contact.git
Description: Add a simple click to call bar to the bottom of your page on mobile devices.
Expand All @@ -25,8 +25,7 @@
*/

//Updater
include_once( plugin_basename( __FILE__ ) . 'update.php');

include_once( plugin_dir_path( __FILE__ ) . 'update.php');
$updater = new ClickToCallUpdater( __FILE__ ); // instantiate our class
$updater->set_username( 'tsz1412' ); // set username
$updater->set_repository( 'click-to-contact' ); // set Repo name
Expand Down

0 comments on commit 5ac6138

Please sign in to comment.