You appear to be a bot. Output may be restricted
Description
Format the "more" link (format=M)
Usage
bw_field_function_more( $post, $atts, $f );
Parameters
- $post
- ( object ) required –
- $atts
- ( array ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 3 of 3
function bw_field_function_more( $post, &$atts, $f ) { bw_format_more( $post, $atts ); }View on GitHub View on Trac