You appear to be a bot. Output may be restricted
Description
These functions return the help and syntax for the shortcodes that are activated
Usage
div__help();
Parameters
Returns
voidSource
File name: oik/includes/oik-sc-help.phpLines:
1 to 4 of 4
function div__help() { /* translators: %s <div> - hardcoded */ return( sprintf( __( 'start a %1$s tag', "oik" ), "<div>" ) ); }View on GitHub View on Trac