Changeset 1996534
- Timestamp:
- 12/17/2018 03:24:40 PM (7 years ago)
- Location:
- jibber-chat/trunk
- Files:
-
- 2 edited
-
inc/JC_Base/Jibber_Chat_BaseController.php (modified) (1 diff)
-
jibber-chat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jibber-chat/trunk/inc/JC_Base/Jibber_Chat_BaseController.php
r1860379 r1996534 16 16 public function __construct() { 17 17 // Distance to parent (root folder) 18 $this->plugin_path = plugin_dir_path( dirname( __FILE__, 2) );19 $this->plugin_url = plugin_dir_url( dirname( __FILE__, 2) );18 $this->plugin_path = plugin_dir_path( dirname(dirname(__FILE__)) ); 19 $this->plugin_url = plugin_dir_url( dirname(dirname(__FILE__)) ); 20 20 // Small hack with the to get the correct path 21 $this->plugin = plugin_basename( dirname( __FILE__, 3) ) . '/jibber-chat.php';21 $this->plugin = plugin_basename( dirname(dirname(dirname(__FILE__))) ) . '/jibber-chat.php'; 22 22 } 23 23 } 24 -
jibber-chat/trunk/jibber-chat.php
r1996506 r1996534 7 7 Plugin Name: Jibber Chat 8 8 Description: Plugin for Jibber Chat 9 Version: 1.0. 59 Version: 1.0.6 10 10 Author: Jibber AB 11 11 Author URI: https://jibber.social/
Note: See TracChangeset
for help on using the changeset viewer.