You appear to be a bot. Output may be restricted
Description
Syntax for [bwtrace] shortcodeNote that the function name is based on the shortcode not the implementing function. This enables both the shortcode and the help and examples to be implemented as lazy functions ? Actually it's an oversight! Herb 2012/03/20
Usage
bwtrace__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bwtrace –
Returns
voidSource
File name: oik/shortcodes/oik-trace.phpLines:
1 to 6 of 6
function bwtrace__syntax( $shortcode='bwtrace' ) { $syntax = array( "text" => BW_::bw_skv( " ", __( "text", "oik" ), __( "text for the trace button", "oik" ) ) , "option" => BW_::bw_skv( "", "view|reset", __( "trace control links to display", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac