You appear to be a bot. Output may be restricted
Description
Format the Edit post link (format=e)
Usage
bw_field_function_edit( $post, $atts, $f );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 6 of 6
function bw_field_function_edit( $post, &$atts, $f ) { $link = get_edit_post_link( $post->ID ); if ( $link ) { BW_::alink( "bw_edit", $link, __( "[Edit]", "oik" ) ); } }View on GitHub View on Trac