You appear to be a bot. Output may be restricted
Description
Format a non-blank space
? should this be within a span so that it can be styled with CSS?
Usage
bw_field_function_nbsp( $post, $atts, $f );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $f
- ( mixed ) required –
Returns
void
Source
File name: oik/includes/bw_formatter.php
Lines:
1 to 3 of 3
function bw_field_function_nbsp( $post, &$atts, $f ) { sepan( "nbsp", " " ); }