You appear to be a bot. Output may be restricted
Description
Output a paragraph of translated text
Usage
p_( $text, $class, $id );
Parameters
- $text
- ( mixed ) optional –
- $class
- ( mixed ) optional –
- $id
- ( mixed ) optional –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 6 of 6
function p_( $text=null, $class=null, $id=null ) { sp( $class, $id ); if ( !is_null( $text )) e( $text ); etag( "p" ); }View on GitHub View on Trac