mirror of
https://github.com/YahnisElsts/plugin-update-checker.git
synced 2026-07-27 06:35:09 +08:00
6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
if ( !class_exists('Puc_v4_Factory', false) ):
|
|
|
|
class Puc_v4_Factory extends Puc_v4p11_Factory { }
|
|
|
|
endif;
|