You appear to be a bot. Output may be restricted
Description
End the list we've started
Usage
oikai_format_markdown_list_end( $list );
Parameters
- $list
- ( integer ) required –
Returns
voidSource
File name: oik-shortcodes/shortcodes/oik-api-importer.phpLines:
1 to 7 of 7
function oikai_format_markdown_list_end( $list ) { if ( $list >= 1 ) { etag( "ul" ); } $list = (int) 0; return( $list ); }View on GitHub