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
Called by
1 to 8 of 8
- bw_codes__example() – Example for [bw_codes]
- bw_code__example() – Example of [bw_code] for the [oik] shortcode
- bw_directions__example() – Example hook for bw_directions
- bw_format_post() – Format the "post" – basic first version
- bw__example() – Show an example of the [bw] shortcode
- caption__example() – Example hook for caption shortcode
- oik__example() – Example for [oik] or [OIK]
- Tests_issue_9::test_BW_br() –
Invoked by
Calls
1 to 2 of 2
