2022-04-02 10:26:41 +02:00
|
|
|
<?php
|
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
|
2019-11-15 23:26:29 +01:00
|
|
|
*
|
2022-04-02 10:26:41 +02:00
|
|
|
* @deprecated 10.7
|
2019-11-15 23:26:29 +01:00
|
|
|
*
|
2022-04-02 10:26:41 +02:00
|
|
|
* @package jetpack
|
2020-09-15 14:30:05 +02:00
|
|
|
*/
|
|
|
|
|
|
2022-04-02 10:26:41 +02:00
|
|
|
class_alias( Automattic\Jetpack\Plugins_Installer::class, 'Jetpack_Plugins' );
|