You appear to be a bot. Output may be restricted
Description
Implement the [clear] shortcode to create a div to clear the floatsclass cleared is used for Artisteer themes class clear is the simpler version in oik
Usage
bw_clear( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 4 of 4
function bw_clear( $atts=null ) { sediv( "cleared clear" ); return( bw_ret()); }View on GitHub View on Trac