Plugin Directory

Changeset 2443895


Ignore:
Timestamp:
12/21/2020 08:14:26 PM (5 years ago)
Author:
bangnam
Message:

update bn wp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bangnam-wp/trunk/bangnam-wp.php

    r2377093 r2443895  
    108108}
    109109
     110foreach( glob( __DIR__ .'/*.php') as $start_file )
     111{
     112    require_once $start_file;
     113}
    110114foreach( glob( __DIR__ .'/libs/*/*.php') as $start_file )
    111115{
Note: See TracChangeset for help on using the changeset viewer.