Skip to content

Commit

Permalink
Removed unused files and renamed XowlClient (remove .class from name )
Browse files Browse the repository at this point in the history
  • Loading branch information
drzippie committed Jun 17, 2015
1 parent 05f3cb2 commit ce863f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.
File renamed without changes.
95 changes: 0 additions & 95 deletions inc/XowlService.class.php

This file was deleted.

3 changes: 1 addition & 2 deletions wp-xowl-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
define('XOWL_PLUGIN_URL', plugin_dir_url(__FILE__));
define('XOWL_PLUGIN_DIR', plugin_dir_path(__FILE__));

require_once (XOWL_PLUGIN_DIR . '/inc/XowlService.class.php');
require_once (XOWL_PLUGIN_DIR . '/inc/XowlClient.class.php');
require_once (XOWL_PLUGIN_DIR . '/inc/XowlClient.php');

register_activation_hook(__FILE__, array('XowlClient', 'plugin_activation'));
register_deactivation_hook(__FILE__, array('XowlClient', 'plugin_deactivation'));
Expand Down

0 comments on commit ce863f8

Please sign in to comment.