You appear to be a bot. Output may be restricted
Description
Produce a break tag with optional text to follow
Usage
br( $text );
Parameters
- $text
- ( mixed ) optional –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 6 of 6
function br( $text=NULL ) { bw_echo( '<br />' ); if ( $text ) { e( bw_translate( $text ) ); } }View on GitHub View on Trac