Description
Usage
bw_format_sep( $type );Parameters
- $type
- ( mixed ) optional default: field –
Returns
voidSource
File name: oik/libs/bw_fields.phpLines:
1 to 9 of 9
function bw_format_sep( $type="field" ) { static $sep = null; if ( !$sep ) { $sep = bw_default_sep( $type ); } span( "sep" ); e( $sep ); epan(); }View on GitHub View on Trac
Called by
1 to 3 of 3
Invoked by
Calls
1 to 4 of 4
