Skip to content
Snippets Groups Projects

alpha version of requirement checker basic plugin info

Merged Krzysztof Dyszczyk requested to merge devel into master
All threads resolved!
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
+ 1
6
<?php
if ( ! class_exists( 'WPDesk_Buildable' ) ) {
require_once 'Builder/Buildable.php';
}
/**
* Structure with core info about plugin
* have to be compatible with PHP 5.2.x
*/
class WPDesk_Plugin_Info implements WPDesk_Buildable {
class WPDesk_Plugin_Info {
/** @var string */
private $plugin_file_name;
Loading