Plugin Directory

Changeset 3334849


Ignore:
Timestamp:
07/27/2025 12:14:51 PM (7 months ago)
Author:
coderstime
Message:

admin_scripts '/build/library/index.asset.php' changed this

Location:
necessary-blocks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • necessary-blocks/tags/2.1.2/necessary-blocks.php

    r3323272 r3334849  
    290290    {
    291291        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';
    293293            wp_enqueue_script(
    294294                'necessary-patterns-library',
  • necessary-blocks/trunk/necessary-blocks.php

    r3323272 r3334849  
    290290    {
    291291        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';
    293293            wp_enqueue_script(
    294294                'necessary-patterns-library',
Note: See TracChangeset for help on using the changeset viewer.