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