mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/plugin-update-checker.git
synced 2026-05-23 16:54:00 +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;
|