You appear to be a bot. Output may be restricted
Description
Start a paragraph
Usage
sp( $class, $id );
Parameters
- $class
- ( mixed ) optional –
- $id
- ( mixed ) optional –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 3 of 3
function sp( $class=NULL, $id=NULL ) { stag( "p", $class, $id ); }View on GitHub View on Trac