You appear to be a bot. Output may be restricted
Description
Help hook for the bw_geshi shortcode
Usage
bw_geshi__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_geshi –
Returns
voidSource
File name: oik-css/shortcodes/oik-geshi.phpLines:
1 to 3 of 3
function bw_geshi__help( $shortcode="bw_geshi" ) { return( __( "Generic Syntax Highlighting", "oik-css" ) ); }View on GitHub View on Trac