You appear to be a bot. Output may be restricted
Description
Produce a horizontal rule tag
Usage
hr();
Parameters
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 3 of 3
function hr() { bw_echo( '<hr />' ); }View on GitHub View on Trac