| @@ -247,8 +247,13 @@ | ||
| 247 | 247 | 'path' => 'private-apis/index', |
| 248 | 248 | 'asset' => 'private-apis/index.min.asset.php', |
| 249 | 249 | ), |
| 250 | 250 | array( |
| 251 | + 'handle' => 'wp-private-apis', | |
| 252 | + 'path' => 'private-apis/index', | |
| 253 | + 'asset' => 'private-apis/index.min.asset.php', | |
| 254 | + ), | |
| 255 | + array( | |
| 251 | 256 | 'handle' => 'wp-react-i18n', |
| 252 | 257 | 'path' => 'react-i18n/index', |
| 253 | 258 | 'asset' => 'react-i18n/index.min.asset.php', |
| 254 | 259 | ), |
| @@ -290,8 +295,13 @@ | ||
| 290 | 295 | array( |
| 291 | 296 | 'handle' => 'wp-sync', |
| 292 | 297 | 'path' => 'sync/index', |
| 293 | 298 | 'asset' => 'sync/index.min.asset.php', |
| 299 | + ), | |
| 300 | + array( | |
| 301 | + 'handle' => 'wp-theme', | |
| 302 | + 'path' => 'theme/index', | |
| 303 | + 'asset' => 'theme/index.min.asset.php', | |
| 294 | 304 | ), |
| 295 | 305 | array( |
| 296 | 306 | 'handle' => 'wp-theme', |
| 297 | 307 | 'path' => 'theme/index', |