You appear to be a bot. Output may be restricted
Description
Produce a cite tag
Renamed from cite() which has been deprecated
Usage
_bw_cite( $text, $class, $id );
Parameters
- $text
- ( mixed ) required –
- $class
- ( mixed ) optional –
- $id
- ( mixed ) optional –
Returns
void
Source
File name: oik-bwtrace/libs/bobbfunc.php
Lines:
1 to 5 of 5
function _bw_cite( $text, $class=NULL, $id=NULL ) { stag( "cite", $class, $id ) ; e( $text ); etag( "cite" ); }