You appear to be a bot. Output may be restricted
Description
Compares dependency objects.We don't expect them to be different. All we really need is a callback function to be used by array_udiff_assoc()
Usage
$integer = dependencies_cache::wp_dependency_compare( $wp_script, $bw_script );
Parameters
- $wp_script
- ( object ) required – the object that may have changed
- $bw_script
- ( object ) required – the saved object
Returns
integer less than, equal to, or greater than zeroSource
File name: oik/libs/class-dependencies-cache.phpLines:
1 to 4 of 4
function wp_dependency_compare( $wp_script, $bw_script ) { bw_trace2(); return( 0 ); }View on GitHub View on Trac