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