You appear to be a bot. Output may be restricted
Description
Outputs some translated / non-translatable text
Usage
e( $text );
Parameters
- $text
- ( string ) optional – any translated text or non translatable HTML
Returns
voidSource
File name: oik/libs/bobbfunc.phpLines:
1 to 5 of 5
function e( $text = NULL ) { if ( !is_null( $text )) { bw_echo( $text ); } }View on GitHub View on Trac