File "ThemePanel.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/swift-performance/includes/puc/Puc/v4/DebugBar/ThemePanel.php
File size: 507 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

	class Puc_v4_DebugBar_ThemePanel extends Puc_v4_DebugBar_Panel {
		/**
		 * @var Puc_v4_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;