You appear to be a bot. Output may be restricted
Description
bw_oik_long – spells out the expanded backronym for OIKwhich used to be Often Included Key-information but is now "OIK Information Kit"
Usage
bw_oik_long( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 7 of 7
function bw_oik_long( $atts=null ) { $class = bw_array_get( $atts, "class", "bw_oik" ); $bw = nullretstag( "span", $class ); $bw .= __( "OIK Information Kit", "oik" ); $bw .= nullretetag( "span", $class ); return( $bw ); }View on GitHub View on Trac