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

require path fix

parent e3ae0ac5
No related branches found
No related tags found
1 merge request!3testy jednostkowe + trochę fixów + wsparcie dla openssl
<?php <?php
if (!class_exists('WPDesk_Translable')) {
require_once '../Translable.php';
}
/** /**
* Have MUST HAVE info for plugin instantion * Have MUST HAVE info for plugin instantion
* *
......
<?php <?php
if (!class_exists('WPDesk_Translable')) { if (!class_exists('WPDesk_Translable')) {
require_once 'Translable.php'; require_once '../Translable.php';
} }
if (!class_exists('WPDesk_Buildable')) { if (!class_exists('WPDesk_Buildable')) {
require_once 'Buildable.php'; require_once '../Buildable.php';
} }
if (!class_exists('WPDesk_Has_Plugin_Info')) { if (!class_exists('WPDesk_Has_Plugin_Info')) {
require_once 'Has_Plugin_Info.php'; 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