Plugin Directory

Changeset 2319159


Ignore:
Timestamp:
06/05/2020 06:40:35 PM (6 years ago)
Author:
msakib
Message:

"some text change"

Location:
widgetkits/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • widgetkits/trunk/readme.txt

    r2319157 r2319159  
    1 === Widgetkit ===
     1=== Widgetkits ===
    22Contributors: msakib
    33Donate link: https://themepaw.com/
  • widgetkits/trunk/widgetkits.php

    r2319155 r2319159  
    2222
    2323// Plugin Widget Folder Path
    24 define( 'WIGETKITS_WIDGET_DIR', plugin_dir_path( __FILE__ ) . 'widget/' );
     24define( 'WIGETKITS_WIDGET_DIR', plugin_dir_path( __FILE__ ) . 'widgets/' );
    2525
    2626// Assets Folder URL
     
    2929
    3030
    31 require_once(WIGETKITS_WIDGET_DIR. 'widgetkit-about.php' );
     31require_once(WIGETKITS_WIDGET_DIR. 'widgetkits-about.php' );
    3232
    3333require_once(WIGETKITS_WIDGET_INC . 'function.php');
Note: See TracChangeset for help on using the changeset viewer.