You appear to be a bot. Output may be restricted
Description
Handle the end of a tableAre tables as simple to end as lists?
Usage
oikai_format_markdown_table( $table );
Parameters
- $table
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/shortcodes/oik-api-importer.phpLines:
1 to 7 of 7
function oikai_format_markdown_table( $table ) { if ( $table > 1 ) { etag( "table" ); } $table = 0; return( $table ); }View on GitHub