Remove unused property

This commit is contained in:
Yahnis Elsts 2017-01-10 16:20:01 +02:00
parent 57df68d407
commit 4f1ec59f98
3 changed files with 0 additions and 3 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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".