public function _js_vars( $extra_args = array
() ) { global $tab,
$type;
parent::
_js_vars( compact( 'tab', 'type'
) );
} /**
* Checks to see if the theme is already installed.
*
* @since 3.4.0
*
* @param stdClass $theme A WordPress.org Theme API object.
* @return string Theme status.
*/
private function _get_theme_status( $theme ) {