You appear to be a bot. Output may be restricted
Description
Format the Comments count (format=o)
Usage
bw_field_function_comments( $post, $atts, $f );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 4 of 4
function bw_field_function_comments( $post, &$atts, $f ) { $comments_number = get_comments_number( $post->ID ); bw_field_function_metadata( "bw_comments", __( "Comments", "oik" ), $comments_number ); }View on GitHub View on Trac