Files
wordpress-kratos-yang/inc/update-checker/Puc/v4/Factory.php
T

7 lines
113 B
PHP
Raw Normal View History

2022-01-07 11:15:42 +08:00
<?php
if ( !class_exists('Puc_v4_Factory', false) ):
class Puc_v4_Factory extends Puc_v4p9_Factory { }
endif;