You appear to be a bot. Output may be restricted
Description
Compare the library files between the pugin and the masterWe consider this to be the master.
Usage
oik_libs_compare( $plugin );
Parameters
- $plugin
- ( mixed ) required –
Returns
voidSource
File name: oik-libs/libs/oik-libs.phpLines:
1 to 6 of 6
function oik_libs_compare( $plugin ) { $master_dir = __DIR__; //$master_dir = s $plugin_dir = dirname( dirname( $master_dir ) ) . '/'. $plugin . "/libs"; oik_libs_compare_libs( $master_dir, $plugin_dir ); }View on GitHub