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