checkPluginCompatible($pluginInfo); if( $pluginCompatible['Compatible'] ){ echo '
'. __('Plugin is compatible') . '
'. __('Plugin is not compatible') . '
';
foreach( (array) $pluginCompatible['Errors'] as $message) {
echo $message . "
";
}
echo '
:
: ' . $pluginInfo['Author'] . '' ?>
:
: ' . $pluginInfo['PluginHome'] . '' ?>
: %
: ' . $pluginInfo['Download'] . '' ?>
:' .
str_replace('-',' ',$tag) . ' ';
}
?>
:' .
str_replace('-',' ',$related) . ' ';
}
?>
:
:
installPlugin($file,$fileinfo);
if( isset($result['Error']) ){
echo '
Plugin Search tab, and select "Install" on the item.'), 'themes.php?page=wp-update/wp-update-plugin-search.php'); ?>