blob: de46b144f4712482098b7551f37af1561e680b6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* This file has been moved to the jetpack-plugins-installer package
*
* @deprecated 10.7
*
* @package jetpack
*/
class_alias( Automattic\Jetpack\Automatic_Install_Skin::class, 'Jetpack_Automatic_Install_Skin' );
|