fix themes

This commit is contained in:
Pau Capó 2022-02-02 20:40:30 +01:00
parent fd736b5acd
commit c597bf3ae4

View file

@ -3,7 +3,7 @@
* Plugin Name: Gitea Updater
* Plugin URI: http://www.paucapo.com
* Description: Plugins updater
* Version: 0.3.8
* Version: 0.3.9
* Author: Pau Capó
* Author URI: http://www.paucapo.com
* Text Domain: gitea
@ -178,7 +178,6 @@ class Gitea_Updater
foreach ($themes as $theme) {
$headers = $this->get_file_headers(file_get_contents($theme->get_template_directory().'/style.css'), 'theme');
var_dump($headers);
if (empty($headers['GiteaHost']) || empty($headers['GiteaURI'])) {
continue;
}