Changeset 3334849
- Timestamp:
- 07/27/2025 12:14:51 PM (7 months ago)
- Location:
- necessary-blocks
- Files:
-
- 2 edited
-
tags/2.1.2/necessary-blocks.php (modified) (1 diff)
-
trunk/necessary-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
necessary-blocks/tags/2.1.2/necessary-blocks.php
r3323272 r3334849 290 290 { 291 291 if ( $screen === 'post.php' || $screen === 'post-new.php' || $screen === 'site-editor.php' ) { 292 $editor_library = include NECESSARYBL_PLUGIN_PATH . ' \build\library\index.asset.php';292 $editor_library = include NECESSARYBL_PLUGIN_PATH . '/build/library/index.asset.php'; 293 293 wp_enqueue_script( 294 294 'necessary-patterns-library', -
necessary-blocks/trunk/necessary-blocks.php
r3323272 r3334849 290 290 { 291 291 if ( $screen === 'post.php' || $screen === 'post-new.php' || $screen === 'site-editor.php' ) { 292 $editor_library = include NECESSARYBL_PLUGIN_PATH . ' \build\library\index.asset.php';292 $editor_library = include NECESSARYBL_PLUGIN_PATH . '/build/library/index.asset.php'; 293 293 wp_enqueue_script( 294 294 'necessary-patterns-library',
Note: See TracChangeset
for help on using the changeset viewer.