Skip to content
Snippets Groups Projects
Commit 12419b74 authored by dyszczo's avatar dyszczo
Browse files

path fix

parent 035fc59e
Branches
Tags
1 merge request!3testy jednostkowe + trochę fixów + wsparcie dla openssl
Pipeline #
<?php
if (!class_exists('WPDesk_Translable')) {
require_once '../Translable.php';
require_once dirname(__FILE__) . '/../Translable.php';
}
......
<?php
if (!class_exists('WPDesk_Translable')) {
require_once '../Translable.php';
require_once dirname(__FILE__) . '/../Translable.php';
}
if (!class_exists('WPDesk_Buildable')) {
require_once '../Buildable.php';
require_once dirname(__FILE__) . '/../Buildable.php';
}
if (!class_exists('WPDesk_Has_Plugin_Info')) {
require_once 'Has_Plugin_Info.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment