You appear to be a bot. Output may be restricted
Description
Usage
bw_etag( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 5 of 5
function bw_etag( $atts = NULL ) { $tag = bw_array_get( $atts, "name", NULL ); etag( $tag ); return( bw_ret()); }View on GitHub View on Trac