You appear to be a bot. Output may be restricted
Description
Format the ending HTML for the object
Usage
bw_format_block_end( $post, $atts, $in_block );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $in_block
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 8 of 8
function bw_format_block_end( $post, $atts, $in_block ) { if ( $in_block ) e( bw_eblock() ); else { sediv( "cleared" ); ediv(); } }View on GitHub View on Trac