You appear to be a bot. Output may be restricted
Description
Usage
caption__syntax();
Parameters
Returns
voidSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 8 of 8
function caption__syntax() { $syntax = array( 'id' => BW_::bw_skv( null, __( "text", null ), __( "value for CSS id= keyword", null ) ) , 'class' => BW_::bw_skv( null, __( "classname", null) , __( "custom class", null ) ) , 'align' => BW_::bw_skv( "alignnone", "aligncenter|alignright|alignleft", __( "CSS alignment class", null ) ) , 'width' => BW_::bw_skv( null, __( "numeric", null ), __( "width in pixels (Note: 10 is added to this number)", null ) ) ); return( $syntax ); }View on GitHub View on Trac