diff --git a/gitea-options.php b/gitea-options.php index bd3f7dd..8eb617a 100644 --- a/gitea-options.php +++ b/gitea-options.php @@ -40,7 +40,7 @@ class Gitea_Options { function options_page() { $options = (array)get_option('gitea_options'); $repositories = $this->get_repositories(); - $titles = array( + $types = array( 'plugin' => __('Plugins'), 'theme' => __('Themes'), ); @@ -52,21 +52,24 @@ class Gitea_Options {