File "ThemePanel.php"

Full path: /home/satitravel/public_html/wp-content/plugins/citynet/plugin-update-checker/Puc/v4p7/DebugBar/ThemePanel.php
File size: 516 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

if ( !class_exists('Puc_v4p7_DebugBar_ThemePanel', false) ):

	class Puc_v4p7_DebugBar_ThemePanel extends Puc_v4p7_DebugBar_Panel {
		/**
		 * @var Puc_v4p7_Theme_UpdateChecker
		 */
		protected $updateChecker;

		protected function displayConfigHeader() {
			$this->row('Theme directory', htmlentities($this->updateChecker->directoryName));
			parent::displayConfigHeader();
		}

		protected function getUpdateFields() {
			return array_merge(parent::getUpdateFields(), array('details_url'));
		}
	}

endif;