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

Merge branch 'devel'

parents 27c817a1 edc576cd
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_Buildable' ) ) {
require_once 'Builder/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
*/ */
class WPDesk_Plugin_Info implements WPDesk_Buildable { class WPDesk_Plugin_Info {
/** @var string */ /** @var string */
private $plugin_file_name; private $plugin_file_name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment