PluginProbe
Gutenberg / 22.7.0
Gutenberg v22.7.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/scripts/registry.php +10 -0 23.4.022.7.0 View file →
@@ -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',