|
1
|
<?php |
|
2
|
/** |
|
3
|
* Script module registry - Auto-generated by build process.
|
|
4
|
* Do not edit this file manually.
|
|
5
|
*
|
|
6
|
* @package jetpack_backup
|
|
7
|
*/ |
|
8
|
|
|
9
|
return array( |
|
10
|
array( |
|
11
|
'id' => '@jetpack-backup/init', |
|
12
|
'path' => 'init/index', |
|
13
|
'asset' => 'init/index.min.asset.php', |
|
14
|
), |
|
15
|
); |
|
16
|
|