You appear to be a bot. Output may be restricted
Description
Output a heading of translated text
Usage
hn( $text, $level, $class, $id );
Parameters
- $text
- ( mixed ) required –
- $level
- ( mixed ) required –
- $class
- ( mixed ) required –
- $id
- ( mixed ) required –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 5 of 5
function hn( $text, $level, $class, $id ) { stag( "h".$level, $class, $id ); e( $text ); etag( "h".$level ); }View on GitHub View on Trac