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

path fix

parent 035fc59e
No related branches found
No related tags found
1 merge request!3testy jednostkowe + trochę fixów + wsparcie dla openssl
Pipeline #
<?php <?php
if (!class_exists('WPDesk_Translable')) { if (!class_exists('WPDesk_Translable')) {
require_once '../Translable.php'; require_once dirname(__FILE__) . '/../Translable.php';
} }
......
<?php <?php
if (!class_exists('WPDesk_Translable')) { if (!class_exists('WPDesk_Translable')) {
require_once '../Translable.php'; require_once dirname(__FILE__) . '/../Translable.php';
} }
if (!class_exists('WPDesk_Buildable')) { if (!class_exists('WPDesk_Buildable')) {
require_once '../Buildable.php'; require_once dirname(__FILE__) . '/../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