You appear to be a bot. Output may be restricted
Description
Create an HTML comment
Renamed from c() which will be deprecated
Usage
_bw_c( $text );
Parameters
- $text
- ( mixed ) required –
Returns
void
Source
File name: oik-bwtrace/libs/bobbfunc.php
Lines:
1 to 6 of 6
function _bw_c( $text ) { if ( is_object( $text ) ) { $text = print_r( $text, true ); } bw_echo( '<!--' . $text . '-->' ); }