kollapsminoriteten/wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-ins...

11 lines
293 B
PHP
Raw Normal View History

2023-09-26 10:24:36 +02:00
<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase
2019-11-15 23:26:29 +01:00
/**
2022-04-02 10:26:41 +02:00
* This file has been moved to the jetpack-plugins-installer package
*
* @deprecated 10.7
*
* @package jetpack
2019-11-15 23:26:29 +01:00
*/
2022-04-02 10:26:41 +02:00
class_alias( Automattic\Jetpack\Automatic_Install_Skin::class, 'Jetpack_Automatic_Install_Skin' );