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

load class fieles

parent aeaa563b
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';
}
/** /**
* Checks requirements for plugin * Checks requirements for plugin
* have to be compatible with PHP 5.2.x * have to be compatible with PHP 5.2.x
......
<?php <?php
if (!class_exists('WPDesk_Translable')) {
require_once 'Translable.php';
}
if (!class_exists('WPDesk_Buildable')) {
require_once 'Buildable.php';
}
/** /**
* Structure with core info about plugin * Structure with core info about plugin
* have to be compatible with PHP 5.2.x * have to be compatible with PHP 5.2.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment