You appear to be a bot. Output may be restricted
Description
table footer for bw_codes
Usage
bw_help_etable( $table );
Parameters
- $table
- ( bool ) optional default: 1 – set to true when a table is required
Returns
voidSource
File name: oik/shortcodes/oik-codes.phpLines:
1 to 6 of 6
function bw_help_etable( $table=true ) { if ( $table ) { etag( "tbody" ); etag( "table" ); } }View on GitHub View on Trac