Description
Usage
ediv__help();Parameters
Returns
voidSource
File name: oik/includes/oik-sc-help.phpLines:
1 to 4 of 4
function ediv__help() { /* translators: %1: <div> %2: </div> both hardcoded */ return( esc_html( sprintf( __( 'end a %1$s with %2$s', "oik" ), "<div>", "</div>" ) ) ); }View on GitHub View on Trac
Called by
1 to 2 of 2
