Changeset 2060398
- Timestamp:
- 03/31/2019 10:43:25 AM (7 years ago)
- File:
-
- 1 edited
-
rng-refresh/trunk/includes/class.init.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rng-refresh/trunk/includes/class.init.php
r2048806 r2060398 34 34 public function plugins_loaded() { 35 35 load_plugin_textdomain($this->slug, false, RNGRF_PRT . "/languages"); 36 require_once trailingslashit(__DIR__) . "translate.php";37 36 } 38 37 … … 54 53 require_once 'class.controller.refresh.php'; 55 54 require_once 'class.controller.settings.php'; 55 require_once trailingslashit(__DIR__) . "translate.php"; 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.