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
Called by
1 to 12 of 12
- BW_::br() – Produce a break tag with optional text to follow
- bw_csv_output_list_item() – Display a list item
- bw_format_plug_table() – Format the bw_plug output as a table with a number of columns 1.
- cookie_cat_xml_form() –
- oik_cloned_display_links() – Display the links to cloned content
- oik_clone_display_form() – Display the clone form
- OIK_clone_tree_node::display() – Display information about a node
- Tests_nivo_php::test_bw_format_nivo() – For i18n we need to test bw_format_nivo with and without the link This partially tests bw_thumbnail()
- _bbboing_form() – Display the form to accept text to be bbboing’ed
- _oikp_download_version() –
- _oikth_download_version() –
- _oik_edd_report_plugin() – Report the "product" that was ordered and map this back to an oik-plugin’s slug
Invoked by
Call hooks
API Letters:
