PluginProbe
The WP Remote WordPress Plugin / 6.76
The WP Remote WordPress Plugin v6.76
6.76 6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 All 54 releases
← All changes | callback/wings/bv_upgrader_skin.php +2 -2 5.226.76 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 if (!defined('ABSPATH')) exit;
4 -if (!class_exists('BVUpgraderSkin')) :
5 -class BVUpgraderSkin extends WP_Upgrader_Skin {
4 +if (!class_exists('WPRUpgraderSkin')) :
5 +class WPRUpgraderSkin extends WP_Upgrader_Skin {
6 6 public $status = array();
7 7 public $action = '';
8 8 public $plugin_info = array();
9 9 public $theme_info = array();