Remove unused property
This commit is contained in:
parent
57df68d407
commit
4f1ec59f98
|
|
@ -9,7 +9,6 @@ if ( !class_exists('Puc_v4_Plugin_UpdateChecker', false) ):
|
|||
* @access public
|
||||
*/
|
||||
class Puc_v4_Plugin_UpdateChecker extends Puc_v4_UpdateChecker {
|
||||
protected $updateClass = 'Puc_v4_Plugin_Update';
|
||||
protected $updateTransient = 'update_plugins';
|
||||
protected $translationType = 'plugin';
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ if ( !class_exists('Puc_v4_Theme_UpdateChecker', false) ):
|
|||
|
||||
class Puc_v4_Theme_UpdateChecker extends Puc_v4_UpdateChecker {
|
||||
protected $filterSuffix = 'theme';
|
||||
protected $updateClass = 'Puc_v4_Theme_Update';
|
||||
protected $updateTransient = 'update_themes';
|
||||
protected $translationType = 'theme';
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ if ( !class_exists('Puc_v4_UpdateChecker', false) ):
|
|||
|
||||
abstract class Puc_v4_UpdateChecker {
|
||||
protected $filterSuffix = '';
|
||||
protected $updateClass = '';
|
||||
protected $updateTransient = '';
|
||||
protected $translationType = ''; //"plugin" or "theme".
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue